Do not use '#undef aap xxx'; it is not allowed for ANSI C

This commit is contained in:
ceriel
1991-12-16 14:34:06 +00:00
parent 37bfb6a700
commit 4dd5f72af5
11 changed files with 67 additions and 67 deletions

View File

@@ -45,7 +45,7 @@
!File: debugcst.h
#undef DEBUG 1 /* perform various self-tests */
/*#define DEBUG 1 /* perform various self-tests */
!File: inputtype.h
#define INP_READ_IN_ONE 1 /* read input file in one */
@@ -56,22 +56,22 @@
!File: squeeze.h
#undef SQUEEZE 1 /* define on "small" machines */
/*#define SQUEEZE 1 /* define on "small" machines */
!File: strict3rd.h
#undef STRICT_3RD_ED 1 /* define on "small" machines, and if you want
/*#define STRICT_3RD_ED 1 /* define on "small" machines, and if you want
a compiler that only implements "3rd edition"
Modula-2
*/
!File: nocross.h
#undef NOCROSS 1 /* define when cross-compiler not needed */
/*#define NOCROSS 1 /* define when cross-compiler not needed */
!File: nostrict.h
#undef NOSTRICT 1 /* define when STRICT warnings disabled
/*#define NOSTRICT 1 /* define when STRICT warnings disabled
(yet another squeezing method)
*/
@@ -94,6 +94,6 @@
!File: uns_arith.h
#undef UNSIGNED_ARITH unsigned arith
/*#define UNSIGNED_ARITH unsigned arith /* when it is supported */

View File

@@ -46,10 +46,10 @@
!File: debugcst.h
#undef DEBUG 1 /* perform various self-tests */
/*#define DEBUG 1 /* perform various self-tests */
!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: density.h
@@ -86,14 +86,14 @@
*/
!File: dbsymtab.h
#undef DBSYMTAB 1 /* ability to produce symbol table for debugger */
/*#define DBSYMTAB 1 /* ability to produce symbol table for debugger */
!File: use_insert.h
#undef USE_INSERT 1 /* use C_insertpart mechanism */
/*#define USE_INSERT 1 /* use C_insertpart mechanism */
!File: uns_arith.h
#undef UNSIGNED_ARITH unsigned arith
/*#define UNSIGNED_ARITH unsigned arith /* when it is supported */