summaryrefslogtreecommitdiffstats
path: root/hack/hack.h
diff options
context:
space:
mode:
Diffstat (limited to 'hack/hack.h')
-rw-r--r--hack/hack.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hack/hack.h b/hack/hack.h
index 9ca5d821..074fbbfb 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.h,v 1.10 2004/01/27 20:30:29 jsm Exp $ */
+/* $NetBSD: hack.h,v 1.11 2009/06/07 20:31:10 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -203,9 +203,9 @@ extern char SAVEF[];
extern char fut_geno[60]; /* idem */
extern char genocided[60]; /* defined in Decl.c */
extern char lock[];
-extern char mlarge[];
+extern const char mlarge[];
extern char morc;
-extern char nul[];
+extern const char nul[];
extern char plname[PL_NSIZ], pl_character[PL_CSIZ];
extern const char quitchars[];
extern char sdir[]; /* defined in hack.c */