Turn off compiler debug

This commit is contained in:
2007-12-26 18:26:25 +00:00
parent 60232a7d62
commit e5aca158e2

View File

@@ -33,7 +33,7 @@ struct label {
char *name;
};
#define DEBUG 1
#define DEBUG 0
#define MOREDEBUG 0
#define MAX_LABELS 4096