Changes in libcfa/src/bits/defs.hfa [2856982c:cd5b58f]
- File:
-
- 1 edited
-
libcfa/src/bits/defs.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/defs.hfa
r2856982c rcd5b58f 31 31 #define __cfa_anonymous_object(x) inline struct x 32 32 #define __cfa_dlink1(x) dlink(x) 33 #define __cfa_dlink2(x, name) inline struct name { inline dlink(x); } 33 34 #else 34 35 #define __cfa_anonymous_object(x) struct x __cfa_anonymous_object 35 36 #define __cfa_dlink1(x) struct { struct x * next; struct x * back; } 37 #define __cfa_dlink2(x, name) struct { struct x * next; struct x * back; } __dlink ## name 36 38 #endif 37 39
Note:
See TracChangeset
for help on using the changeset viewer.