diff options
Diffstat (limited to '')
-rw-r--r-- | src/macros_and_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macros_and_utils.h b/src/macros_and_utils.h index e40a615..4b0b9d3 100644 --- a/src/macros_and_utils.h +++ b/src/macros_and_utils.h | |||
@@ -12,7 +12,7 @@ | |||
12 | #define inline __inline | 12 | #define inline __inline |
13 | #endif | 13 | #endif |
14 | 14 | ||
15 | #define USE_DEBUG_SPEW 0 | 15 | #define USE_DEBUG_SPEW 0 |
16 | #if USE_DEBUG_SPEW | 16 | #if USE_DEBUG_SPEW |
17 | extern char const* debugspew_indent; | 17 | extern char const* debugspew_indent; |
18 | #define INDENT_BEGIN "%.*s " | 18 | #define INDENT_BEGIN "%.*s " |