Changeset 639e4fc for libcfa/src/bits
- Timestamp:
- Nov 10, 2022, 2:19:51 PM (2 years ago)
- Branches:
- ADT, ast-experimental, master
- Children:
- 1553a55, 71806e0
- Parents:
- a757ba1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified libcfa/src/bits/defs.hfa ¶
ra757ba1 r639e4fc 30 30 #ifdef __cforall 31 31 #define __cfa_anonymous_object(x) inline struct x 32 #define __cfa_dlink(x) struct { inline dlink(x); }33 32 #else 34 33 #define __cfa_anonymous_object(x) struct x __cfa_anonymous_object 35 #define __cfa_dlink(x) struct { struct x * next; struct x * back; }36 34 #endif 37 35
Note: See TracChangeset
for help on using the changeset viewer.