From: ceriel Date: Fri, 3 Jun 1988 09:33:29 +0000 (+0000) Subject: removed faulty.h, updated Parameters X-Git-Tag: release-5-5~3229 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5ce46ce603d4d109626ebd624ce0f5ea4812516e;p=ack.git removed faulty.h, updated Parameters --- diff --git a/lang/cem/cemcom/.distr b/lang/cem/cemcom/.distr index a1a035dc8..68540f499 100644 --- a/lang/cem/cemcom/.distr +++ b/lang/cem/cemcom/.distr @@ -41,7 +41,6 @@ eval.c expr.c expr.str expression.g -faulty.h field.c field.str file_info.h diff --git a/lang/cem/cemcom/Parameters b/lang/cem/cemcom/Parameters index 483891f11..153888bdb 100644 --- a/lang/cem/cemcom/Parameters +++ b/lang/cem/cemcom/Parameters @@ -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 */ @@ -97,11 +97,11 @@ !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 @@ -122,7 +122,7 @@ !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