Restoring to unlinted version
authorRoger J. Thien <thien@ucbvax.Berkeley.EDU>
Mon, 19 Sep 1983 22:02:37 +0000 (14:02 -0800)
committerRoger J. Thien <thien@ucbvax.Berkeley.EDU>
Mon, 19 Sep 1983 22:02:37 +0000 (14:02 -0800)
SCCS-vsn: usr.bin/pascal/src/CONFIG.c 2.5
SCCS-vsn: usr.bin/pascal/src/TRdata.c 1.3
SCCS-vsn: usr.bin/pascal/src/call.c 1.26
SCCS-vsn: usr.bin/pascal/src/case.c 1.5
SCCS-vsn: usr.bin/pascal/src/clas.c 1.8
SCCS-vsn: usr.bin/pascal/src/const.c 1.7
SCCS-vsn: usr.bin/pascal/src/conv.c 1.6
SCCS-vsn: usr.bin/pascal/src/cset.c 1.9
SCCS-vsn: usr.bin/pascal/src/error.c 1.6
SCCS-vsn: usr.bin/pascal/src/fdec.c 1.25
SCCS-vsn: usr.bin/pascal/src/fend.c 1.24
SCCS-vsn: usr.bin/pascal/src/fhdr.c 1.8
SCCS-vsn: usr.bin/pascal/src/flvalue.c 1.15
SCCS-vsn: usr.bin/pascal/src/func.c 1.11
SCCS-vsn: usr.bin/pascal/src/gen.c 1.4
SCCS-vsn: usr.bin/pascal/src/hash.c 1.6
SCCS-vsn: usr.bin/pascal/src/lab.c 1.19
SCCS-vsn: usr.bin/pascal/src/lookup.c 1.4
SCCS-vsn: usr.bin/pascal/src/main.c 1.11
SCCS-vsn: usr.bin/pascal/src/nl.c 1.14
SCCS-vsn: usr.bin/pascal/src/opc.c 1.3
SCCS-vsn: usr.bin/pascal/src/pcfunc.c 1.15
SCCS-vsn: usr.bin/pascal/src/pclval.c 1.6
SCCS-vsn: usr.bin/pascal/src/pic.c 1.3
SCCS-vsn: usr.bin/pascal/src/proc.c 1.20
SCCS-vsn: usr.bin/pascal/src/put.c 1.25
SCCS-vsn: usr.bin/pascal/src/rec.c 1.7
SCCS-vsn: usr.bin/pascal/src/savenl.c 1.7
SCCS-vsn: usr.bin/pascal/src/sconv.c 1.4
SCCS-vsn: usr.bin/pascal/src/stklval.c 1.3
SCCS-vsn: usr.bin/pascal/src/stkrval.c 1.9
SCCS-vsn: usr.bin/pascal/src/string.c 1.4
SCCS-vsn: usr.bin/pascal/src/subr.c 1.7
SCCS-vsn: usr.bin/pascal/src/tree.c 1.4
SCCS-vsn: usr.bin/pascal/src/treen.c 1.3
SCCS-vsn: usr.bin/pascal/src/type.c 1.10
SCCS-vsn: usr.bin/pascal/src/var.c 1.18
SCCS-vsn: usr.bin/pascal/src/yycopy.c 1.4
SCCS-vsn: usr.bin/pascal/src/yycosts.c 1.6
SCCS-vsn: usr.bin/pascal/src/yyerror.c 1.4
SCCS-vsn: usr.bin/pascal/src/yyid.c 1.6
SCCS-vsn: usr.bin/pascal/src/yylex.c 1.5
SCCS-vsn: usr.bin/pascal/src/yymain.c 1.6
SCCS-vsn: usr.bin/pascal/src/yyoptions.c 1.3
SCCS-vsn: usr.bin/pascal/src/yypanic.c 1.5
SCCS-vsn: usr.bin/pascal/src/yyparse.c 1.4
SCCS-vsn: usr.bin/pascal/src/yyprint.c 1.4
SCCS-vsn: usr.bin/pascal/src/yyput.c 1.4
SCCS-vsn: usr.bin/pascal/src/yyrecover.c 1.5
SCCS-vsn: usr.bin/pascal/src/yyseman.c 1.3
SCCS-vsn: usr.bin/pascal/src/yytree.c 1.3

51 files changed:
usr/src/usr.bin/pascal/src/CONFIG.c
usr/src/usr.bin/pascal/src/TRdata.c
usr/src/usr.bin/pascal/src/call.c
usr/src/usr.bin/pascal/src/case.c
usr/src/usr.bin/pascal/src/clas.c
usr/src/usr.bin/pascal/src/const.c
usr/src/usr.bin/pascal/src/conv.c
usr/src/usr.bin/pascal/src/cset.c
usr/src/usr.bin/pascal/src/error.c
usr/src/usr.bin/pascal/src/fdec.c
usr/src/usr.bin/pascal/src/fend.c
usr/src/usr.bin/pascal/src/fhdr.c
usr/src/usr.bin/pascal/src/flvalue.c
usr/src/usr.bin/pascal/src/func.c
usr/src/usr.bin/pascal/src/gen.c
usr/src/usr.bin/pascal/src/hash.c
usr/src/usr.bin/pascal/src/lab.c
usr/src/usr.bin/pascal/src/lookup.c
usr/src/usr.bin/pascal/src/main.c
usr/src/usr.bin/pascal/src/nl.c
usr/src/usr.bin/pascal/src/opc.c
usr/src/usr.bin/pascal/src/pcfunc.c
usr/src/usr.bin/pascal/src/pclval.c
usr/src/usr.bin/pascal/src/pic.c
usr/src/usr.bin/pascal/src/proc.c
usr/src/usr.bin/pascal/src/put.c
usr/src/usr.bin/pascal/src/rec.c
usr/src/usr.bin/pascal/src/savenl.c
usr/src/usr.bin/pascal/src/sconv.c
usr/src/usr.bin/pascal/src/stklval.c
usr/src/usr.bin/pascal/src/stkrval.c
usr/src/usr.bin/pascal/src/string.c
usr/src/usr.bin/pascal/src/subr.c
usr/src/usr.bin/pascal/src/tree.c
usr/src/usr.bin/pascal/src/treen.c
usr/src/usr.bin/pascal/src/type.c
usr/src/usr.bin/pascal/src/var.c
usr/src/usr.bin/pascal/src/yycopy.c
usr/src/usr.bin/pascal/src/yycosts.c
usr/src/usr.bin/pascal/src/yyerror.c
usr/src/usr.bin/pascal/src/yyid.c
usr/src/usr.bin/pascal/src/yylex.c
usr/src/usr.bin/pascal/src/yymain.c
usr/src/usr.bin/pascal/src/yyoptions.c
usr/src/usr.bin/pascal/src/yypanic.c
usr/src/usr.bin/pascal/src/yyparse.c
usr/src/usr.bin/pascal/src/yyprint.c
usr/src/usr.bin/pascal/src/yyput.c
usr/src/usr.bin/pascal/src/yyrecover.c
usr/src/usr.bin/pascal/src/yyseman.c
usr/src/usr.bin/pascal/src/yytree.c

index dc90234..1e67342 100644 (file)
@@ -5,7 +5,7 @@
      */
 
 #ifndef lint
      */
 
 #ifndef lint
-static char *sccsid = "@(#)CONFIG.c    2.4 (Berkeley) 83/08/19";
+static char *sccsid = "@(#)CONFIG.c    2.5 (Berkeley) 83/09/19";
 #endif
 
     /*
 #endif
 
     /*
index 637294d..1873741 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)TRdata.c 1.2 %G%";
+static char sccsid[] = "@(#)TRdata.c 1.3 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 2576468..0091208 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)call.c 1.25 %G%";
+static char sccsid[] = "@(#)call.c 1.26 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 958510d..ce8001a 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)case.c 1.4 %G%";
+static char sccsid[] = "@(#)case.c 1.5 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 570dded..435da5f 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)clas.c 1.7 %G%";
+static char sccsid[] = "@(#)clas.c 1.8 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 0bc3079..07f4afc 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)const.c 1.6 %G%";
+static char sccsid[] = "@(#)const.c 1.7 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 26bf3e8..775208e 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)conv.c 1.5 %G%";
+static char sccsid[] = "@(#)conv.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index e05564d..ca9a71c 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)cset.c 1.8 %G%";
+static char sccsid[] = "@(#)cset.c 1.9 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
index a63ef8d..bf702c0 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)error.c 1.5 %G%";
+static char sccsid[] = "@(#)error.c 1.6 %G%";
 
 #include "whoami.h"
 #include "0.h"
 
 #include "whoami.h"
 #include "0.h"
index 8502a21..98df0d9 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)fdec.c 1.24 %G%";
+static char sccsid[] = "@(#)fdec.c 1.25 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index b84b92d..8a4de51 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)fend.c 1.23 %G%";
+static char sccsid[] = "@(#)fend.c 1.24 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 9a8e03c..1bd15b7 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)fhdr.c 1.7 %G%";
+static char sccsid[] = "@(#)fhdr.c 1.8 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 799856b..6479250 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1980 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1980 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)flvalue.c 1.14 %G%";
+static char sccsid[] = "@(#)flvalue.c 1.15 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 4c90529..a17ccfb 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)func.c 1.10 %G%";
+static char sccsid[] = "@(#)func.c 1.11 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 9c82d87..61acb3d 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)gen.c 1.3 %G%";
+static char sccsid[] = "@(#)gen.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 2d410a0..4e44682 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)hash.c 1.5 %G%";
+static char sccsid[] = "@(#)hash.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index aca461b..f4fe4ce 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)lab.c 1.18 %G%";
+static char sccsid[] = "@(#)lab.c 1.19 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 5f11720..347ebae 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)lookup.c 1.3 %G%";
+static char sccsid[] = "@(#)lookup.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 93d8db6..546e4a3 100644 (file)
@@ -4,7 +4,7 @@
 static char copyright[] =
            "@(#)Copyright (c) 1979 Regents of the University of California";
 
 static char copyright[] =
            "@(#)Copyright (c) 1979 Regents of the University of California";
 
-static char sccsid[] = "@(#)main.c 1.10 %G%";
+static char sccsid[] = "@(#)main.c 1.11 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index f1144a5..c657de8 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)nl.c 1.13 %G%";
+static char sccsid[] = "@(#)nl.c 1.14 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 4e2f1fc..1dc0018 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)opc.c 1.2 %G%";
+static char sccsid[] = "@(#)opc.c 1.3 %G%";
 #endif
 
 #include "OPnames.h"
 #endif
 
 #include "OPnames.h"
index c2751ba..c8d5db3 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)pcfunc.c 1.14 %G%";
+static char sccsid[] = "@(#)pcfunc.c 1.15 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index c3dcd61..f5aa642 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)pclval.c 1.5 %G%";
+static char sccsid[] = "@(#)pclval.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 7337228..3f7dc62 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)pic.c 1.2 %G%";
+static char sccsid[] = "@(#)pic.c 1.3 %G%";
 #endif
 
 #include "OPnames.h"
 #endif
 
 #include "OPnames.h"
index 196d9c5..5d7d201 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)proc.c 1.19 %G%";
+static char sccsid[] = "@(#)proc.c 1.20 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 907b5b6..fdd822c 100644 (file)
@@ -1,6 +1,6 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 /* Copyright (c) 1979 Regents of the University of California */
 
-static char sccsid[] = "@(#)put.c 1.24 %G%";
+static char sccsid[] = "@(#)put.c 1.25 %G%";
 
 #include "whoami.h"
 #include "opcode.h"
 
 #include "whoami.h"
 #include "opcode.h"
index cd2d7ee..33be437 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)rec.c 1.6 %G%";
+static char sccsid[] = "@(#)rec.c 1.7 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index dfe53ce..9ed7311 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1982 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1982 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)savenl.c 1.6 %G%";
+static char sccsid[] = "@(#)savenl.c 1.7 %G%";
 #endif
 
 /*
 #endif
 
 /*
index 8a559a6..9f8e2c9 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1983 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1983 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)sconv.c 1.3 %G%";
+static char sccsid[] = "@(#)sconv.c 1.4 %G%";
 #endif
 
     /*
 #endif
 
     /*
index 9bd6def..ea709e0 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)stklval.c 1.2 %G%";
+static char sccsid[] = "@(#)stklval.c 1.3 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 64230a2..24b2718 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)stkrval.c 1.8 %G%";
+static char sccsid[] = "@(#)stkrval.c 1.9 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index d1e0fb5..0c06203 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)string.c 1.3 %G%";
+static char sccsid[] = "@(#)string.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 4391f17..ef1ecb5 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)subr.c 1.6 %G%";
+static char sccsid[] = "@(#)subr.c 1.7 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 387a415..ce5828c 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)tree.c 1.3 %G%";
+static char sccsid[] = "@(#)tree.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index b2d3e47..b105967 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)treen.c 1.2 %G%";
+static char sccsid[] = "@(#)treen.c 1.3 %G%";
 #endif
 
     /*
 #endif
 
     /*
index 6c0f84a..c8b2080 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)type.c 1.9 %G%";
+static char sccsid[] = "@(#)type.c 1.10 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 25f30f9..df43dfd 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)var.c 1.17 %G%";
+static char sccsid[] = "@(#)var.c 1.18 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
@@ -186,7 +186,6 @@ varend()
 /*
  * Evening
  */
 /*
  * Evening
  */
-#ifndef PC
 long
 leven(w)
        register long w;
 long
 leven(w)
        register long w;
@@ -195,7 +194,6 @@ leven(w)
                return (w & 0xfffffffe);
        return ((w+1) & 0xfffffffe);
 }
                return (w & 0xfffffffe);
        return ((w+1) & 0xfffffffe);
 }
-#endif
 
 #ifndef PC
 int
 
 #ifndef PC
 int
index 8d0e8b8..e77d3fe 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yycopy.c 1.3 %G%";
+static char sccsid[] = "@(#)yycopy.c 1.4 %G%";
 #endif
 
 #include       "whoami.h"
 #endif
 
 #include       "whoami.h"
index 23546de..177ed03 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yycosts.c 1.5 %G%";
+static char sccsid[] = "@(#)yycosts.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index b91e174..7649866 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyerror.c 1.3 %G%";
+static char sccsid[] = "@(#)yyerror.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index bd55166..293dbfc 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyid.c 1.5 %G%";
+static char sccsid[] = "@(#)yyid.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index adf8ecf..d49928e 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yylex.c 1.4 %G%"; */
+static char sccsid[] = "@(#)yylex.c 1.5 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index c2000f9..b2d269e 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yymain.c 1.5 %G%";
+static char sccsid[] = "@(#)yymain.c 1.6 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index eb82f09..0b063b5 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyoptions.c 1.2 %G%";
+static char sccsid[] = "@(#)yyoptions.c 1.3 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index c38a2a7..d11aede 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yypanic.c 1.4 %G%";
+static char sccsid[] = "@(#)yypanic.c 1.5 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index d3bb538..e5a769d 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyparse.c 1.3 %G%";
+static char sccsid[] = "@(#)yyparse.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index f8b1186..64461a2 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyprint.c 1.3 %G%";
+static char sccsid[] = "@(#)yyprint.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index fce4a8d..a6cdf8c 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyput.c 1.3 %G%";
+static char sccsid[] = "@(#)yyput.c 1.4 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 3d13e15..f4b1176 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyrecover.c 1.4 %G%";
+static char sccsid[] = "@(#)yyrecover.c 1.5 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index e9b8c3d..5a8c69a 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yyseman.c 1.2 %G%";
+static char sccsid[] = "@(#)yyseman.c 1.3 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"
index 34de3ae..062f7d4 100644 (file)
@@ -1,7 +1,7 @@
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
 /* Copyright (c) 1979 Regents of the University of California */
 
 #ifndef lint
-static char sccsid[] = "@(#)yytree.c 1.2 %G%";
+static char sccsid[] = "@(#)yytree.c 1.3 %G%";
 #endif
 
 #include "whoami.h"
 #endif
 
 #include "whoami.h"