Changeset d9c44c3 for src/libcfa/libhdr
- Timestamp:
- Dec 6, 2016, 4:16:47 PM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- fa66f4e
- Parents:
- e4745d7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/libcfa/libhdr/libdebug.h ¶
re4745d7a rd9c44c3 25 25 #endif 26 26 27 #ifdef __CFA_DEBUG_PRINT__ 28 #define LIB_DEBUG_PRINTF(...) printf (__VA_ARGS__) 29 #define LIB_DEBUG_FPRINTF(...) fprintf (stderr, __VA_ARGS__) 30 #else 31 #define LIB_DEBUG_PRINTF(...) ((void)0) 32 #define LIB_DEBUG_FPRINTF(...) ((void)0) 33 #endif 34 27 35 #endif //__LIB_DEBUG_H__ 28 36
Note: See TracChangeset
for help on using the changeset viewer.