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

This commit is contained in:
ceriel
1991-12-16 13:45:18 +00:00
parent d20534521e
commit dc44eba062
2 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ struct tchars {
#else
#define HUPCL 0000001 /* unused ??? */
#endif
#undef COOKED 0000000 /* neither CBREAK nor RAW */
/*#define COOKED 0000000 /* neither CBREAK nor RAW */
#ifdef __BDS4_2
#define TIOCGETP (('t'<<8) | 8 | (6 << 16) | 0x40000000)