let command line define flags optionally
[repair.git] / Repair / RepairCompiler / MCC / CRuntime / tmap.c
index 56bac20c7715ee182b2f87e156540de03a070362..bf03f04bada39ac855dcc5750b59d1d9e0b60708 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));