xxxversion incorrectly typed
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 4 Jan 1988 07:54:05 +0000 (23:54 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 4 Jan 1988 07:54:05 +0000 (23:54 -0800)
SCCS-vsn: usr.bin/f77/pass1.vax/main.c 5.3

usr/src/usr.bin/f77/pass1.vax/main.c

index a19aa0d..38f64dc 100644 (file)
@@ -8,11 +8,11 @@
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
 char copyright[] =
 "@(#) Copyright (c) 1980 Regents of the University of California.\n\
  All rights reserved.\n";
-#endif not lint
+#endif /* not lint */
 
 #ifndef lint
 
 #ifndef lint
-static char sccsid[] = "@(#)main.c     5.2 (Berkeley) %G%";
-#endif not lint
+static char sccsid[] = "@(#)main.c     5.3 (Berkeley) %G%";
+#endif /* not lint */
 
 /*
  * main.c
 
 /*
  * main.c
@@ -36,7 +36,7 @@ static char sccsid[] = "@(#)main.c    5.2 (Berkeley) %G%";
  * 
  */
 
  * 
  */
 
-char *xxxvers[] = "\n@(#) FORTRAN 77 PASS 1, VERSION 2.10,  16 AUGUST 1980\n";
+char *xxxvers = "\n@(#) FORTRAN 77 PASS 1, VERSION 2.10,  16 AUGUST 1980\n";
 
 #include "defs.h"
 #include <signal.h>
 
 #include "defs.h"
 #include <signal.h>