BSD 4_1_snap release
[unix-history] / usr / src / cmd / pi / yyprint.c
index 5e19821..d948878 100644 (file)
@@ -1,25 +1,14 @@
 /* Copyright (c) 1979 Regents of the University of California */
 /* Copyright (c) 1979 Regents of the University of California */
-#
-/*
- * pi - Pascal interpreter code translator
- *
- * Charles Haley, Bill Joy UCB
- * Version 1.1 February 1978
- *
- *
- * pxp - Pascal execution profiler
- *
- * Bill Joy UCB
- * Version 1.1 February 1978
- */
 
 
-#include "whoami"
+static char sccsid[] = "@(#)yyprint.c 1.2 3/8/81";
+
+#include "whoami.h"
 #include "0.h"
 #include "yy.h"
 
 char   *tokname();
 
 #include "0.h"
 #include "yy.h"
 
 char   *tokname();
 
-STATIC bool bounce;
+STATIC short bounce;
 
 /*
  * Printing representation of a
 
 /*
  * Printing representation of a