diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gzlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gzlog.c b/examples/gzlog.c index 922f878..f33a862 100644 --- a/examples/gzlog.c +++ b/examples/gzlog.c | |||
@@ -243,7 +243,7 @@ typedef unsigned int uint; | |||
243 | typedef unsigned long ulong; | 243 | typedef unsigned long ulong; |
244 | 244 | ||
245 | /* Macro for debugging to deterministically force recovery operations */ | 245 | /* Macro for debugging to deterministically force recovery operations */ |
246 | #ifdef DEBUG | 246 | #ifdef GZLOG_DEBUG |
247 | #include <setjmp.h> /* longjmp */ | 247 | #include <setjmp.h> /* longjmp */ |
248 | jmp_buf gzlog_jump; /* where to go back to */ | 248 | jmp_buf gzlog_jump; /* where to go back to */ |
249 | int gzlog_bail = 0; /* which point to bail at (1..8) */ | 249 | int gzlog_bail = 0; /* which point to bail at (1..8) */ |