use -I path to get 0.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 02:45:27 +0000 (18:45 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 30 Jun 1990 02:45:27 +0000 (18:45 -0800)
SCCS-vsn: usr.bin/pascal/src/yyid.c 5.2
SCCS-vsn: usr.bin/pascal/src/yyget.c 5.2

usr/src/usr.bin/pascal/src/yyget.c
usr/src/usr.bin/pascal/src/yyid.c

index fe5f4e7..3bafc09 100644 (file)
@@ -5,11 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyget.c    5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)yyget.c    5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "whoami.h"
 #endif not lint
 
 #include "whoami.h"
-#include "0.h"
+#include <0.h>
 #include "tree_ty.h"   /* must be included for yy.h */
 #include "yy.h"
 
 #include "tree_ty.h"   /* must be included for yy.h */
 #include "yy.h"
 
index cea2161..58887d9 100644 (file)
@@ -5,11 +5,11 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyid.c     5.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)yyid.c     5.2 (Berkeley) %G%";
 #endif not lint
 
 #include "whoami.h"
 #endif not lint
 
 #include "whoami.h"
-#include "0.h"
+#include <0.h>
 #include "tree_ty.h"   /* must be included for yy.h */
 #include "yy.h"
 
 #include "tree_ty.h"   /* must be included for yy.h */
 #include "yy.h"