tUndef old macros - plan9port - [fork] Plan 9 from user space
HTML git clone git://src.adamsgaard.dk/plan9port
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit f810f8a5b03247430f1d7b219f83bfe31eaeee02
DIR parent 8187859d2515ceb4bbbe6f608e24f490fb40094e
HTML Author: rsc <devnull@localhost>
Date: Mon, 17 Oct 2005 12:37:04 +0000
Undef old macros
Diffstat:
M src/cmd/cb/cbtype.h | 15 ++++++++++++---
1 file changed, 12 insertions(+), 3 deletions(-)
---
DIR diff --git a/src/cmd/cb/cbtype.h b/src/cmd/cb/cbtype.h
t@@ -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 */