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 56bac20c7715ee182b2f87e156540de03a070362..bf03f04bada39ac855dcc5750b59d1d9e0b60708 100755 (executable)
@@ -4,8 +4,10 @@
 #include "stack.h"
 #include <stdlib.h>
 
 #include "stack.h"
 #include <stdlib.h>
 
+#ifndef COMMANDLINEFLAGS
 #define CHECKTYPE
 #define CHECKMEMORY
 #define CHECKTYPE
 #define CHECKMEMORY
+#endif
 
 struct typemap * allocatetypemap() {
   struct typemap *thisvar=(struct typemap *) malloc(sizeof(struct typemap));
 
 struct typemap * allocatetypemap() {
   struct typemap *thisvar=(struct typemap *) malloc(sizeof(struct typemap));