summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--games/backgammon/common_source/back.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/backgammon/common_source/back.h b/games/backgammon/common_source/back.h
index 136938c..01003a6 100644
--- a/games/backgammon/common_source/back.h
+++ b/games/backgammon/common_source/back.h
@@ -53,8 +53,8 @@
*
*/
-char EXEC[]; /* object for main program */
-char TEACH[]; /* object for tutorial program */
+extern char EXEC[]; /* object for main program */
+extern char TEACH[]; /* object for tutorial program */
int pnum; /* color of player:
-1 = white
@@ -108,7 +108,7 @@ char cin[100]; /* input line of current move
(used for reconstructing input after
a backspace) */
-char *color[];
+extern char *color[];
/* colors as strings */
char **colorptr; /* color of current player */
char **Colorptr; /* color of current player, capitalized */
OpenPOWER on IntegriCloud