summaryrefslogtreecommitdiffstats
path: root/hangman/extern.c
diff options
context:
space:
mode:
Diffstat (limited to 'hangman/extern.c')
-rw-r--r--hangman/extern.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/hangman/extern.c b/hangman/extern.c
index a412fe9b..9a4891be 100644
--- a/hangman/extern.c
+++ b/hangman/extern.c
@@ -1,4 +1,4 @@
-/* $NetBSD: extern.c,v 1.5 1999/09/08 21:17:50 jsm Exp $ */
+/* $NetBSD: extern.c,v 1.6 1999/09/17 20:45:48 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)extern.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: extern.c,v 1.5 1999/09/08 21:17:50 jsm Exp $");
+__RCSID("$NetBSD: extern.c,v 1.6 1999/09/17 20:45:48 jsm Exp $");
#endif
#endif /* not lint */
@@ -74,6 +74,8 @@ const ERR_POS Err_pos[MAXERRS] = {
{5, 11, '\\'}
};
+const char *Dict_name = _PATH_DICT;
+
FILE *Dict = NULL;
off_t Dict_size;