standardize keyword lines
authorSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 11:10:29 +0000 (03:10 -0800)
committerSam Leffler <sam@ucbvax.Berkeley.EDU>
Fri, 12 Aug 1983 11:10:29 +0000 (03:10 -0800)
SCCS-vsn: old/awk/b.c 4.2
SCCS-vsn: old/awk/freeze.c 4.2
SCCS-vsn: old/awk/lib.c 4.3
SCCS-vsn: old/awk/main.c 4.2
SCCS-vsn: old/awk/parse.c 4.2
SCCS-vsn: old/awk/proc.c 4.3
SCCS-vsn: old/awk/run.c 4.4
SCCS-vsn: old/awk/token.c 4.2
SCCS-vsn: old/awk/tran.c 4.3

usr/src/old/awk/b.c
usr/src/old/awk/freeze.c
usr/src/old/awk/lib.c
usr/src/old/awk/main.c
usr/src/old/awk/parse.c
usr/src/old/awk/proc.c
usr/src/old/awk/run.c
usr/src/old/awk/token.c
usr/src/old/awk/tran.c

index 7df293c..b18cb2b 100644 (file)
@@ -1,4 +1,6 @@
-/*     b.c     4.1     82/05/07        */
+#ifndef lint
+static char sccsid[] = "@(#)b.c        4.2 %G%";
+#endif
 
 #include "awk.def"
 #include "stdio.h"
 
 #include "awk.def"
 #include "stdio.h"
index f03d0c1..bd71b83 100644 (file)
@@ -1,4 +1,6 @@
-/*     freeze.c        4.1     82/05/07        */
+#ifndef lint
+static char sccsid[] = "@(#)freeze.c   4.2 %G%";
+#endif
 
 #include "stdio.h"
 freeze(s) char *s;
 
 #include "stdio.h"
 freeze(s) char *s;
index 3118b69..c781688 100644 (file)
@@ -1,4 +1,6 @@
-/*     lib.c   4.2     83/02/09        */
+#ifndef lint
+static char sccsid[] = "@(#)lib.c      4.3 %G%";
+#endif
 
 #include "stdio.h"
 #include "awk.def"
 
 #include "stdio.h"
 #include "awk.def"
index fa58809..a468aba 100644 (file)
@@ -1,4 +1,6 @@
-/*     main.c  4.1     82/05/07        */
+#ifndef lint
+static char sccsid[] = "@(#)main.c     4.2 %G%";
+#endif
 
 #include "stdio.h"
 #include "ctype.h"
 
 #include "stdio.h"
 #include "ctype.h"
index 24d18ae..f846a41 100644 (file)
@@ -1,4 +1,6 @@
-/*     parse.c 4.1     82/05/07        */
+#ifndef lint
+static char sccsid[] = "@(#)parse.c    4.2 %G%";
+#endif
 
 #include "awk.def"
 #include "awk.h"
 
 #include "awk.def"
 #include "awk.h"
index b7bed42..8e0837c 100644 (file)
@@ -1,4 +1,6 @@
-/*     proc.c  4.2     83/02/09        */
+#ifndef lint
+static char sccsid[] = "@(#)proc.c     4.3 %G%";
+#endif
 
 #include "awk.h"
 #define NULL 0
 
 #include "awk.h"
 #define NULL 0
index 14c472c..1a8141b 100644 (file)
@@ -1,4 +1,6 @@
-/*     run.c   4.3     83/06/17        */
+#ifndef lint
+static char sccsid[] = "@(#)run.c      4.4 %G%";
+#endif
 
 #include "awk.def"
 #include       "math.h"
 
 #include "awk.def"
 #include       "math.h"
index 2223945..775e6d6 100644 (file)
@@ -1,4 +1,6 @@
-/*     token.c 4.1     82/12/24        */
+#ifndef lint
+static char sccsid[] = "@(#)token.c    4.2 %G%";
+#endif
 
 #include "awk.h"
 struct tok
 
 #include "awk.h"
 struct tok
index 35a164a..e25d1ba 100644 (file)
@@ -1,4 +1,6 @@
-/*     tran.c  4.2     83/02/09        */
+#ifndef lint
+static char sccsid[] = "@(#)tran.c     4.3 %G%";
+#endif
 
 #include "stdio.h"
 #include "awk.def"
 
 #include "stdio.h"
 #include "awk.def"