since input buffer is variable sized, people who include yy.h need whoami.h.
authorPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Thu, 12 May 1983 12:49:15 +0000 (04:49 -0800)
committerPeter B. Kessler <peter@ucbvax.Berkeley.EDU>
Thu, 12 May 1983 12:49:15 +0000 (04:49 -0800)
SCCS-vsn: usr.bin/pascal/pxp/yyerror.c 1.2
SCCS-vsn: usr.bin/pascal/pxp/error.c 1.4
SCCS-vsn: usr.bin/pascal/pxp/yymain.c 1.2
SCCS-vsn: usr.bin/pascal/pxp/yyput.c 1.3

usr/src/usr.bin/pascal/pxp/error.c
usr/src/usr.bin/pascal/pxp/yyerror.c
usr/src/usr.bin/pascal/pxp/yymain.c
usr/src/usr.bin/pascal/pxp/yyput.c

index cf95979..25fd7f2 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)error.c     1.3 (Berkeley) %G%";
+static char *sccsid = "@(#)error.c     1.4 (Berkeley) %G%";
 /* Copyright (c) 1979 Regents of the University of California */
 /*
  * pi - Pascal interpreter code translator
 /* Copyright (c) 1979 Regents of the University of California */
 /*
  * pi - Pascal interpreter code translator
@@ -13,6 +13,7 @@ static        char *sccsid = "@(#)error.c     1.3 (Berkeley) %G%";
  * Version 1.2 January 1979
  */
 
  * Version 1.2 January 1979
  */
 
+#include "whoami.h"
 #include "0.h"
 #include "yy.h"
 
 #include "0.h"
 #include "yy.h"
 
index d3a7db7..99affe2 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)yyerror.c   1.1 (Berkeley) %G%";
+static char *sccsid = "@(#)yyerror.c   1.2 (Berkeley) %G%";
 /* Copyright (c) 1979 Regents of the University of California */
 /*
  * pi - Pascal interpreter code translator
 /* Copyright (c) 1979 Regents of the University of California */
 /*
  * pi - Pascal interpreter code translator
@@ -13,6 +13,7 @@ static        char *sccsid = "@(#)yyerror.c   1.1 (Berkeley) %G%";
  * Version 1.2 January 1979
  */
 
  * Version 1.2 January 1979
  */
 
+#include "whoami.h"
 #include "0.h"
 #include "yy.h"
 
 #include "0.h"
 #include "yy.h"
 
index 20459b6..a87c434 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)yymain.c    1.1 (Berkeley) %G%";
+static char *sccsid = "@(#)yymain.c    1.2 (Berkeley) %G%";
 /* Copyright (c) 1979 Regents of the University of California */
 #
 /*
 /* Copyright (c) 1979 Regents of the University of California */
 #
 /*
@@ -14,6 +14,7 @@ static        char *sccsid = "@(#)yymain.c    1.1 (Berkeley) %G%";
  * Version 1.2 November 1978
  */
 
  * Version 1.2 November 1978
  */
 
+#include "whoami.h"
 #include "0.h"
 #include "yy.h"
 
 #include "0.h"
 #include "yy.h"
 
index fa23bfa..99fe7be 100644 (file)
@@ -1,4 +1,4 @@
-static char *sccsid = "@(#)yyput.c     1.2 (Berkeley) %G%";
+static char *sccsid = "@(#)yyput.c     1.3 (Berkeley) %G%";
 /* Copyright (c) 1979 Regents of the University of California */
 #
 /*
 /* Copyright (c) 1979 Regents of the University of California */
 #
 /*
@@ -14,6 +14,7 @@ static        char *sccsid = "@(#)yyput.c     1.2 (Berkeley) %G%";
  * Version 1.2 January 1979
  */
 
  * Version 1.2 January 1979
  */
 
+#include "whoami.h"
 #include "0.h"
 #include "tree.h"
 #include "yy.h"
 #include "0.h"
 #include "tree.h"
 #include "yy.h"