externs.h -> extern.h
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 06:41:59 +0000 (22:41 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 29 Apr 1995 06:41:59 +0000 (22:41 -0800)
SCCS-vsn: games/battlestar/battlestar.c 8.2
SCCS-vsn: games/battlestar/com1.c 8.2
SCCS-vsn: games/battlestar/com2.c 8.2
SCCS-vsn: games/battlestar/com3.c 8.2
SCCS-vsn: games/battlestar/com4.c 8.2
SCCS-vsn: games/battlestar/com5.c 8.2
SCCS-vsn: games/battlestar/com6.c 8.2
SCCS-vsn: games/battlestar/com7.c 8.2
SCCS-vsn: games/battlestar/cypher.c 8.2
SCCS-vsn: games/battlestar/dayfile.c 8.2
SCCS-vsn: games/battlestar/dayobjs.c 8.2
SCCS-vsn: games/battlestar/fly.c 8.2

12 files changed:
usr/src/games/battlestar/battlestar.c
usr/src/games/battlestar/com1.c
usr/src/games/battlestar/com2.c
usr/src/games/battlestar/com3.c
usr/src/games/battlestar/com4.c
usr/src/games/battlestar/com5.c
usr/src/games/battlestar/com6.c
usr/src/games/battlestar/com7.c
usr/src/games/battlestar/cypher.c
usr/src/games/battlestar/dayfile.c
usr/src/games/battlestar/dayobjs.c
usr/src/games/battlestar/fly.c

index fdeb85d..1e38771 100644 (file)
@@ -12,7 +12,7 @@ static char copyright[] =
 #endif /* not lint */
 
 #ifndef lint
 #endif /* not lint */
 
 #ifndef lint
-static char sccsid[] = "@(#)battlestar.c       8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)battlestar.c       8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 /*
 #endif /* not lint */
 
 /*
@@ -22,7 +22,7 @@ static char sccsid[] = "@(#)battlestar.c      8.1 (Berkeley) %G%";
  * on the Cory PDP-11/70, University of California, Berkeley.
  */
 
  * on the Cory PDP-11/70, University of California, Berkeley.
  */
 
-#include "externs.h"
+#include "extern.h"
 
 main(argc,argv)
 int  argc;
 
 main(argc,argv)
 int  argc;
index a174e1b..cd195c4 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com1.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com1.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 move(thataway, token)
 int thataway, token;
 
 move(thataway, token)
 int thataway, token;
index 15b8030..f4d0728 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com2.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com2.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 wearit()               /* synonyms = {sheathe, sheath} */
 {
 
 wearit()               /* synonyms = {sheathe, sheath} */
 {
index 226c216..3870589 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com3.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com3.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 dig()
 {
 
 dig()
 {
index 5e3b249..455677e 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com4.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com4.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 take(from)
 unsigned int from[];
 
 take(from)
 unsigned int from[];
index 4bfc330..d18f649 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com5.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com5.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 kiss()
 {
 
 kiss()
 {
index 7c63c5f..e9238eb 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com6.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com6.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 #include "pathnames.h"
 
 launch()
 #include "pathnames.h"
 
 launch()
index bb14f17..0fa6999 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)com7.c     8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)com7.c     8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 fight(enemy,strength)
 int enemy,strength;
 
 fight(enemy,strength)
 int enemy,strength;
index 61ee7c7..e4b6d0c 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)cypher.c   8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)cypher.c   8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 cypher()
 {
 
 cypher()
 {
index ff67b7f..05bf024 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dayfile.c  8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)dayfile.c  8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 struct room dayfile[] = {
        { 0 },
 
 struct room dayfile[] = {
        { 0 },
index 1fbb687..a970c56 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)dayobjs.c  8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)dayobjs.c  8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 
 struct objs dayobjs[] = {
        { 236,  HORSE },
 
 struct objs dayobjs[] = {
        { 236,  HORSE },
index cdccdca..166047e 100644 (file)
@@ -6,10 +6,10 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)fly.c      8.1 (Berkeley) %G%";
+static char sccsid[] = "@(#)fly.c      8.2 (Berkeley) %G%";
 #endif /* not lint */
 
 #endif /* not lint */
 
-#include "externs.h"
+#include "extern.h"
 #undef UP
 #include <curses.h>
 
 #undef UP
 #include <curses.h>