]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - rogue/trap.c
__STDC__ is always defined on NetBSD.
[bsdgames-darwin.git] / rogue / trap.c
index 68284d9decf9b84bf6fdb58989e7d13fcef6a11c..44e9512761dc9a4a6f6db5501da569a06bb72885 100644 (file)
@@ -1,4 +1,4 @@
-/*     $NetBSD: trap.c,v 1.4 1997/10/12 11:46:09 lukem Exp $   */
+/*     $NetBSD: trap.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $ */
 
 /*
  * Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)trap.c     8.1 (Berkeley) 5/31/93";
 #else
-__RCSID("$NetBSD: trap.c,v 1.4 1997/10/12 11:46:09 lukem Exp $");
+__RCSID("$NetBSD: trap.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $");
 #endif
 #endif /* not lint */
 
@@ -63,7 +63,7 @@ trap traps[MAX_TRAPS];
 boolean trap_door = 0;
 short bear_trap = 0;
 
-char *trap_strings[TRAPS * 2] = {
+const char *const trap_strings[TRAPS * 2] = {
        "trap door",
                        "you fell down a trap",
        "bear trap",