BSD 4_3_Tahoe release
[unix-history] / usr / src / lib / cpp / yylex.c
index e2d4c73..904b5b0 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)yylex.c    1.3 7/1/83";
+static char sccsid[] = "@(#)yylex.c    1.4 10/15/86";
 #endif lint
 
 #define isid(a)  ((fastab+COFF)[a]&IB)
 #define IB 1
 /*     #if '\377' < 0          it would be nice if this worked properly!!!!! */
 #endif lint
 
 #define isid(a)  ((fastab+COFF)[a]&IB)
 #define IB 1
 /*     #if '\377' < 0          it would be nice if this worked properly!!!!! */
-#if pdp11 | vax | mc68000
+#if pdp11 | vax | mc68000 | tahoe
 #define COFF 128
 #else
 #define COFF 0
 #define COFF 128
 #else
 #define COFF 0