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

@@ -34,11 +34,11 @@
!File: botch_free.h
#undef BOTCH_FREE 1 /* botch freed memory, as a check */
/*#define BOTCH_FREE 1 /* botch freed memory, as a check */
!File: debug.h
#undef DEBUG 1 /* perform various self-tests */
/*#define DEBUG 1 /* perform various self-tests */
!File: parbufsize.h
@@ -50,7 +50,7 @@
!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. */
/* If defined, we cannot read from a pipe */