summaryrefslogtreecommitdiffstats
path: root/tetris/screen.h
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-01-01 10:15:17 +0000
committerjsm <jsm@NetBSD.org>2000-01-01 10:15:17 +0000
commite52594208cfeed7af6be03a9000f99c31d0f403d (patch)
treedb31bd8f7d1544326fcf09706b21b3ad15aa1ba1 /tetris/screen.h
parentc83a77b4ec3b4473778b5ea0a5ae283fc4114a4c (diff)
downloadbsdgames-darwin-e52594208cfeed7af6be03a9000f99c31d0f403d.tar.gz
bsdgames-darwin-e52594208cfeed7af6be03a9000f99c31d0f403d.tar.zst
bsdgames-darwin-e52594208cfeed7af6be03a9000f99c31d0f403d.zip
Declare variables as extern in headers rather than using linker commons.
Diffstat (limited to 'tetris/screen.h')
-rw-r--r--tetris/screen.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tetris/screen.h b/tetris/screen.h
index d17544cb..0b12171a 100644
--- a/tetris/screen.h
+++ b/tetris/screen.h
@@ -1,4 +1,4 @@
-/* $NetBSD: screen.h,v 1.4 1999/10/04 23:27:03 lukem Exp $ */
+/* $NetBSD: screen.h,v 1.5 2000/01/01 10:15:17 jsm Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -41,8 +41,8 @@
/*
* Capabilities from TERMCAP (used in the score code).
*/
-char *SEstr; /* end standout mode */
-char *SOstr; /* begin standout mode */
+extern char *SEstr; /* end standout mode */
+extern char *SOstr; /* begin standout mode */
/*
* putpad() is for padded strings with count=1.