Changeset 0e9b512 in mainline for uspace/lib/c/rtld/include/rtld.h
- Timestamp:
- 2011-04-03T16:31:15Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cf44c14
- Parents:
- e2098dd7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/rtld/include/rtld.h
re2098dd7 r0e9b512 46 46 47 47 #ifdef RTLD_DEBUG 48 #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__) ;48 #define DPRINTF(format, ...) printf(format, ##__VA_ARGS__) 49 49 #else 50 #define DPRINTF(format, ...) 50 #define DPRINTF(format, ...) if (0) printf(format, ##__VA_ARGS__) 51 51 #endif 52 52
Note:
See TracChangeset
for help on using the changeset viewer.