summaryrefslogtreecommitdiffstats
path: root/lib/ctype.c
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
committer <ralf@linux-mips.org>1997-01-07 02:33:00 +0000
commitbeb116954b9b7f3bb56412b2494b562f02b864b1 (patch)
tree120e997879884e1b9d93b265221b939d2ef1ade1 /lib/ctype.c
parent908d4681a1dc3792ecafbe64265783a86c4cccb6 (diff)
Import of Linux/MIPS 2.1.14
Diffstat (limited to 'lib/ctype.c')
-rw-r--r--lib/ctype.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/ctype.c b/lib/ctype.c
index d3613be6f..b5f72a576 100644
--- a/lib/ctype.c
+++ b/lib/ctype.c
@@ -6,8 +6,7 @@
#include <linux/ctype.h>
-char _ctmp;
-unsigned char _ctype[] = {0x00, /* EOF */
+unsigned char _ctype[] = {
_C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */
_C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */
_C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */
@@ -26,10 +25,11 @@ _L,_L,_L,_L,_L,_L,_L,_L, /* 112-119 */
_L,_L,_L,_P,_P,_P,_P,_C, /* 120-127 */
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 128-143 */
0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 144-159 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 160-175 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 176-191 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 192-207 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 208-223 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, /* 224-239 */
-0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0}; /* 240-255 */
+_S|_SP,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 160-175 */
+_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P,_P, /* 176-191 */
+_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U,_U, /* 192-207 */
+_U,_U,_U,_U,_U,_U,_U,_P,_U,_U,_U,_U,_U,_U,_U,_L, /* 208-223 */
+_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L,_L, /* 224-239 */
+_L,_L,_L,_L,_L,_L,_L,_P,_L,_L,_L,_L,_L,_L,_L,_L}; /* 240-255 */
+