Changeset 39407 for trunk/Ohana/src/libohana/include/ohana.h
- Timestamp:
- Feb 26, 2016, 10:15:45 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/include/ohana.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/include/ohana.h
r39248 r39407 239 239 # define myAssert(LOGIC,...) { if (!(LOGIC)) { fprintf (stderr, __VA_ARGS__); abort(); } } 240 240 # define myAbort(MSG) { fprintf (stderr, "%s\n", MSG); abort(); } 241 242 // a no-op to mark unused parameters in a function 243 # define OHANA_UNUSED_PARAM(x)(void)(x) 241 244 242 245 // sorting is now defined as a macro call
Note:
See TracChangeset
for help on using the changeset viewer.
