]> granicus.if.org Git - nethack/commitdiff
hangup hangup bit (trunk only)
authornethack.rankin <nethack.rankin>
Thu, 18 Jan 2007 05:12:36 +0000 (05:12 +0000)
committernethack.rankin <nethack.rankin>
Thu, 18 Jan 2007 05:12:36 +0000 (05:12 +0000)
     Accidentally left out  of the previous patch.

util/lev_main.c

index e39d19929a9b4df04015abe7fd9e42fa7eb55341..f08c88538f1daa09047536113e80b31b31d36467 100644 (file)
@@ -1,4 +1,4 @@
-/*     SCCS Id: @(#)lev_main.c 3.5     2005/03/12      */
+/*     SCCS Id: @(#)lev_main.c 3.5     2007/01/17      */
 /*     Copyright (c) 1989 by Jean-Christophe Collet */
 /* NetHack may be freely redistributed.  See license for details. */
 
@@ -1571,6 +1571,9 @@ char NEARDATA *hilites[CLR_MAX];
 /* trap.c */
 const char *traps[TRAPNUM];
 /* window.c */
+# ifdef HANGUPHANDLING
+volatile
+# endif
 struct window_procs windowprocs;
 /* xxxtty.c */
 # ifdef DEFINE_OSPEED