2
0
Fork 0

Fix macro redefine

personal/stbuehler/wip
Stefan Bühler 2008-07-15 22:12:19 +02:00
parent 468b5afc15
commit 6a477c5f7f
1 changed files with 3 additions and 0 deletions

View File

@ -5,8 +5,11 @@
#include "config_parser.h"
#if 0
#define _printf(fmt, ...) printf(fmt, __VA_ARGS__)
#else
#define _printf(fmt, ...) /* */
#endif
/** config parser state machine **/