release version 4.1
authorRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Wed, 12 May 1982 05:42:29 +0000 (21:42 -0800)
committerRobert R. Henry <rrh@ucbvax.Berkeley.EDU>
Wed, 12 May 1982 05:42:29 +0000 (21:42 -0800)
SCCS-vsn: games/adventure/Makefile 4.1
SCCS-vsn: games/adventure/done.c 4.1
SCCS-vsn: games/adventure/glorkz 4.1
SCCS-vsn: games/adventure/hdr.h 4.1
SCCS-vsn: games/adventure/init.c 4.1
SCCS-vsn: games/adventure/io.c 4.1
SCCS-vsn: games/adventure/main.c 4.1
SCCS-vsn: games/adventure/okplay.c 4.1
SCCS-vsn: games/adventure/save.c 4.1
SCCS-vsn: games/adventure/subr.c 4.1
SCCS-vsn: games/adventure/vocab.c 4.1
SCCS-vsn: games/adventure/wizard.c 4.1

12 files changed:
usr/src/games/adventure/Makefile
usr/src/games/adventure/done.c
usr/src/games/adventure/glorkz
usr/src/games/adventure/hdr.h
usr/src/games/adventure/init.c
usr/src/games/adventure/io.c
usr/src/games/adventure/main.c
usr/src/games/adventure/okplay.c
usr/src/games/adventure/save.c
usr/src/games/adventure/subr.c
usr/src/games/adventure/vocab.c
usr/src/games/adventure/wizard.c

index f0702ac..1389a99 100644 (file)
@@ -1,4 +1,4 @@
-#      Makefile        1.1     82/05/11
+#      Makefile        4.1     82/05/11
 
 CFILES=        done.c init.c io.c main.c save.c subr.c vocab.c wizard.c
 OBJS=  done.o init.o io.o main.o save.o subr.o vocab.o wizard.o
 
 CFILES=        done.c init.c io.c main.c save.c subr.c vocab.c wizard.c
 OBJS=  done.o init.o io.o main.o save.o subr.o vocab.o wizard.o
index 6f46cab..2bed7ec 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: termination routines                  */
 
 #
 /*      Re-coding of advent in C: termination routines                  */
 
-static char sccsid[] = "       done.c  1.1     82/05/11        ";
+static char sccsid[] = "       done.c  4.1     82/05/11        ";
 
 
 # include "hdr.h"
 
 
 # include "hdr.h"
index 88167fa..a57bedd 100644 (file)
 32     Be sure to save your core-image...
 -1
 0
 32     Be sure to save your core-image...
 -1
 0
-       glorkz  1.1     82/05/11
+       glorkz  4.1     82/05/11
index de6ba3b..3aa2499 100644 (file)
@@ -12,7 +12,7 @@
  * "glorkz" in the directory where the program is first run.
  */
 
  * "glorkz" in the directory where the program is first run.
  */
 
-static char hdr_sccsid[] = "   hdr.h   1.1     82/05/11        ";
+static char hdr_sccsid[] = "   hdr.h   4.1     82/05/11        ";
 
 /* \f hdr.h */
 /* hdr.h: included by c advent files */
 
 /* \f hdr.h */
 /* hdr.h: included by c advent files */
index 88b055b..44773a8 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: data initialization                   */
 
 #
 /*      Re-coding of advent in C: data initialization                   */
 
-static char sccsid[] = "       init.c  1.1     82/05/11        ";
+static char sccsid[] = "       init.c  4.1     82/05/11        ";
 
 # include "hdr.h"
 
 
 # include "hdr.h"
 
index a94e9fb..2757769 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: file i/o and user i/o                 */
 
 #
 /*      Re-coding of advent in C: file i/o and user i/o                 */
 
-static char sccsid[] = "       io.c    1.1     82/05/11        ";
+static char sccsid[] = "       io.c    4.1     82/05/11        ";
 
 #include "hdr.h"
 #include <stdio.h>
 
 #include "hdr.h"
 #include <stdio.h>
index 2671030..c6c8c8b 100644 (file)
@@ -2,7 +2,7 @@
 
 #include "hdr.h"
 
 
 #include "hdr.h"
 
-static char sccsid[] = "       main.c  1.1     82/05/11        ";
+static char sccsid[] = "       main.c  4.1     82/05/11        ";
 
 int    datfd = -1;
 main(argc,argv)
 
 int    datfd = -1;
 main(argc,argv)
index 9a99e72..a1141e7 100644 (file)
@@ -1,4 +1,4 @@
-static char sccsid[] = "       okplay.c        1.1     82/05/11        ";
+static char sccsid[] = "       okplay.c        4.1     82/05/11        ";
 
 main(argc, argv)
 int argc; char *argv[];
 
 main(argc, argv)
 int argc; char *argv[];
index 110b954..fb50dde 100644 (file)
@@ -6,7 +6,7 @@
  *      (but people that do that get what they deserve)
  */
 
  *      (but people that do that get what they deserve)
  */
 
-static char sccsid[] = "       save.c  1.1     82/05/11        ";
+static char sccsid[] = "       save.c  4.1     82/05/11        ";
 
 #include <a.out.h>
 int filesize;                    /* accessible to caller         */
 
 #include <a.out.h>
 int filesize;                    /* accessible to caller         */
index 4a87b71..d214878 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: subroutines from main                 */
 
 #
 /*      Re-coding of advent in C: subroutines from main                 */
 
-static char sccsid[] = "       subr.c  1.1     82/05/11        ";
+static char sccsid[] = "       subr.c  4.1     82/05/11        ";
 
 # include "hdr.h"
 
 
 # include "hdr.h"
 
index 6e9d0b9..cf10493 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: data structure routines               */
 
 #
 /*      Re-coding of advent in C: data structure routines               */
 
-static char sccsid[] = "       vocab.c 1.1     82/05/11        ";
+static char sccsid[] = "       vocab.c 4.1     82/05/11        ";
 
 # include "hdr.h"
 
 
 # include "hdr.h"
 
index 1dbb4ed..0afd51c 100644 (file)
@@ -1,7 +1,7 @@
 #
 /*      Re-coding of advent in C: privileged operations                 */
 
 #
 /*      Re-coding of advent in C: privileged operations                 */
 
-static char sccsid[] = "       wizard.c        1.1     82/05/11        ";
+static char sccsid[] = "       wizard.c        4.1     82/05/11        ";
 
 # include "hdr.h"
 
 
 # include "hdr.h"