mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
Undef old macros
This commit is contained in:
parent
8187859d25
commit
f810f8a5b0
1 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,12 @@
|
|||
#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
|
||||
|
|
Loading…
Reference in a new issue