diff --git a/src/slre.c b/src/slre.c index 8b4abc1..cb124f0 100644 --- a/src/slre.c +++ b/src/slre.c @@ -34,11 +34,11 @@ #ifdef SLRE_DEBUG # ifndef DBG # define DBG(x) printf x -# endif DBG +# endif #else # ifndef DBG # define DBG(x) -# endif DBG +# endif #endif struct bracket_pair {