mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
Undef old macros
This commit is contained in:
parent
8187859d25
commit
f810f8a5b0
1 changed files with 12 additions and 3 deletions
|
@ -1,11 +1,20 @@
|
|||
#undef _U
|
||||
#undef _L
|
||||
#undef _N
|
||||
#undef _S
|
||||
#undef _P
|
||||
#undef _C
|
||||
#undef _X
|
||||
#undef _O
|
||||
|
||||
#define _U 01
|
||||
#define _L 02
|
||||
#define _N 04
|
||||
#define _S 010
|
||||
#define _P 020
|
||||
#define _C 040
|
||||
#define _P 020
|
||||
#define _C 040
|
||||
#define _X 0100
|
||||
#define _O 0200
|
||||
#define _O 0200
|
||||
|
||||
extern unsigned char _cbtype_[]; /* in /usr/src/libc/gen/ctype_.c */
|
||||
|
||||
|
|
Loading…
Reference in a new issue