for sun
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 18:24:45 +0000 (10:24 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 1 Jul 1983 18:24:45 +0000 (10:24 -0800)
SCCS-vsn: old/cpp/yylex.c 1.3

usr/src/old/cpp/yylex.c

index 8ae7d0a..f3e0eca 100644 (file)
@@ -1,11 +1,11 @@
 #ifndef lint
 #ifndef lint
-static char sccsid[] = "@(#)yylex.c    1.2 %G%";
+static char sccsid[] = "@(#)yylex.c    1.3 %G%";
 #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
+#if pdp11 | vax | mc68000
 #define COFF 128
 #else
 #define COFF 0
 #define COFF 128
 #else
 #define COFF 0