aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/cb
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/cb')
-rw-r--r--src/cmd/cb/cbtype.h15
1 files changed, 12 insertions, 3 deletions
diff --git a/src/cmd/cb/cbtype.h b/src/cmd/cb/cbtype.h
index 190fe2e5..e41d5002 100644
--- a/src/cmd/cb/cbtype.h
+++ b/src/cmd/cb/cbtype.h
@@ -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 */