Parent Directory
|
Revision Log
chore: add trunk
1 | #ifndef SUDOBOT_IO_LOG_H |
2 | #define SUDOBOT_IO_LOG_H |
3 | |
4 | #include <concord/log.h> |
5 | |
6 | #ifdef NDEBUG |
7 | #undef log_debug |
8 | #define log_debug(...) do { (void) NULL; } while (0) |
9 | #endif |
10 | |
11 | #endif /* SUDOBOT_IO_LOG_H */ |
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |