projects
/
repair.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c46b18a
)
let command line define flags optionally
author
bdemsky
<bdemsky>
Wed, 6 Sep 2006 13:43:53 +0000
(13:43 +0000)
committer
bdemsky
<bdemsky>
Wed, 6 Sep 2006 13:43:53 +0000
(13:43 +0000)
Repair/RepairCompiler/MCC/CRuntime/tmap.c
patch
|
blob
|
history
diff --git
a/Repair/RepairCompiler/MCC/CRuntime/tmap.c
b/Repair/RepairCompiler/MCC/CRuntime/tmap.c
index 56bac20c7715ee182b2f87e156540de03a070362..bf03f04bada39ac855dcc5750b59d1d9e0b60708 100755
(executable)
--- a/
Repair/RepairCompiler/MCC/CRuntime/tmap.c
+++ b/
Repair/RepairCompiler/MCC/CRuntime/tmap.c
@@
-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));