diff options
| author | Paul Buetow <paul@buetow.org> | 2008-08-23 01:46:47 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-08-23 01:46:47 +0000 |
| commit | da52f90a73abd653cfe9726bcf5c96338db0b7a2 (patch) | |
| tree | d54840b333782cd303a809f75344fe631c7e2fe6 /src/defines.h | |
| parent | e4689bbb20dade47b98061d48ba73436c856f3ff (diff) | |
some enhancements
Diffstat (limited to 'src/defines.h')
| -rw-r--r-- | src/defines.h | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/src/defines.h b/src/defines.h index e3fb3de..507d3b4 100644 --- a/src/defines.h +++ b/src/defines.h @@ -5,7 +5,7 @@ *: WWW : http://fype.buetow.org *: E-Mail : fype@dev.buetow.org *: - *: Copyright (c) 2005 2006 2007 2008, Paul Buetow (http://www.pb-labs.com) + *: Copyright (c) 2005 2006 2007 2008, Paul C. Buetow (http://www.pb-labs.com) *: All rights reserved. *: *: Redistribution and use in source and binary forms, with or without modi- @@ -74,13 +74,11 @@ exit(1); } #define DPRINTF(...) printf("DEBUG("); printf(__VA_ARGS__); printf(")\n"); -/* -#define DEBUG_TOKEN_REFCOUNT -#define DEBUG_FUNCTION_PROCESS -#define DEBUG_TRACK -#define DEBUG_BLOCK_GET -#define DEBUG_EXPRESSION_GET -*/ +//#define DEBUG_TOKEN_REFCOUNT +//#define DEBUG_FUNCTION_PROCESS +//#define DEBUG_TRACK +//#define DEBUG_BLOCK_GET +//#define DEBUG_EXPRESSION_GET #ifdef DEBUG_TRACK #define TRACK \ |
