diff options
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/defines.h b/src/defines.h index 29df2c2..569d20a 100644 --- a/src/defines.h +++ b/src/defines.h @@ -75,14 +75,11 @@ exit(1); } #define DPRINTF(...) printf("DEBUG("); printf(__VA_ARGS__); printf(")\n"); -#define EXTRA_CHECKS -#define DEBUG_SCOPE_UPDOWN //#define DEBUG_TOKEN_REFCOUNT //#define DEBUG_FUNCTION_PROCESS -#define DEBUG_TRACK +//#define DEBUG_TRACK //#define DEBUG_BLOCK_GET //#define DEBUG_EXPRESSION_GET -//#define DEBUG_ARRAY_GET #ifdef DEBUG_TRACK #define TRACK \ |
