BSD 4 release
[unix-history] / usr / src / cmd / pi / yycosts.c
index c3e3779..f0ec79c 100644 (file)
@@ -1,19 +1,8 @@
 /* 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[] = "@(#)yycosts.c 1.1 8/27/80";
+
+#include "whoami.h"
 #include "0.h"
 #include "yy.h"
 
 #include "0.h"
 #include "yy.h"
 
@@ -210,7 +199,7 @@ delcost(what)
 #ifdef DEBUG
 \f
 /*
 #ifdef DEBUG
 \f
 /*
- * Routine to print out costs with "-C" option.
+ * Routine to print out costs with "-K" option.
  */
 char   yysyms[]        ";,:=*+/-|&()[]<>~^";
 
  */
 char   yysyms[]        ";,:=*+/-|&()[]<>~^";