removed faulty.h, updated Parameters
authorceriel <none@none>
Fri, 3 Jun 1988 09:33:29 +0000 (09:33 +0000)
committerceriel <none@none>
Fri, 3 Jun 1988 09:33:29 +0000 (09:33 +0000)
lang/cem/cemcom/.distr
lang/cem/cemcom/Parameters

index a1a035d..68540f4 100644 (file)
@@ -41,7 +41,6 @@ eval.c
 expr.c
 expr.str
 expression.g
-faulty.h
 field.c
 field.str
 file_info.h
index 483891f..153888b 100644 (file)
@@ -74,7 +74,7 @@
 
 
 !File: dataflow.h
-#undef DATAFLOW        1       /* produce some compile-time xref       */
+#define DATAFLOW       1       /* produce some compile-time xref       */
 
 
 !File: debug.h
@@ -82,7 +82,7 @@
 
 
 !File: use_tmp.h
-#undef USE_TMP         1       /* collect exa, exp, ina and inp commands
+#define USE_TMP                1       /* collect exa, exp, ina and inp commands
                                        and let them precede the rest of
                                        the generated compact code      */
 
 
 
 !File: inputtype.h
-#undef INP_READ_IN_ONE 1       /* read input file in one       */
+#define INP_READ_IN_ONE        1       /* read input file in one       */
 
 
 !File: nopp.h
-#define NOPP           1       /* if NOT defined, use built-int preprocessor */
+#undef NOPP            1       /* if NOT defined, use built-int preprocessor */
 
 
 !File: nobitfield.h
 
 
 !File: noRoption.h
-#define NOROPTION      1       /* if NOT defined, R option is implemented */
+#undef NOROPTION       1       /* if NOT defined, R option is implemented */
 
 
 !File: nocross.h