Changes in libcfa/src/bits/defs.hfa [639e4fc:b443db0]
- File:
-
- 1 edited
-
libcfa/src/bits/defs.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/bits/defs.hfa
r639e4fc rb443db0 30 30 #ifdef __cforall 31 31 #define __cfa_anonymous_object(x) inline struct x 32 #define __cfa_dlink(x) inline dlink(x) 32 33 #else 33 34 #define __cfa_anonymous_object(x) struct x __cfa_anonymous_object 35 #define __cfa_dlink(x) struct { struct x * next; struct x * back; } __dlink_substitute 34 36 #endif 35 37
Note:
See TracChangeset
for help on using the changeset viewer.