diff options
| author | Paul Buetow <paul@buetow.org> | 2008-10-14 21:10:31 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-10-14 21:10:31 +0000 |
| commit | c25ba0d8ee9e4e6a0432fba2e8606c7e0a35d1cd (patch) | |
| tree | a3bc323b93acee460e8e04210062284624ecd5cf /src/defines.h | |
| parent | d527f50159f056dc165fa7eaf7bf80425a1e758d (diff) | |
added a scope debug flag
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/defines.h b/src/defines.h index 8cd1114..9842c4f 100644 --- a/src/defines.h +++ b/src/defines.h @@ -75,6 +75,8 @@ 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 |
