let command line define flags optionally
authorbdemsky <bdemsky>
Wed, 6 Sep 2006 13:43:53 +0000 (13:43 +0000)
committerbdemsky <bdemsky>
Wed, 6 Sep 2006 13:43:53 +0000 (13:43 +0000)
Repair/RepairCompiler/MCC/CRuntime/tmap.c

index 56bac20..bf03f04 100755 (executable)
@@ -4,8 +4,10 @@
 #include "stack.h"
 #include <stdlib.h>
 
+#ifndef COMMANDLINEFLAGS
 #define CHECKTYPE
 #define CHECKMEMORY
+#endif
 
 struct typemap * allocatetypemap() {
   struct typemap *thisvar=(struct typemap *) malloc(sizeof(struct typemap));