hangup hangup bit (trunk only)

Accidentally left out  of the previous patch.
This commit is contained in:
nethack.rankin
2007-01-18 05:12:36 +00:00
parent 72abae042b
commit 697ec97812
+4 -1
View 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 */ /* Copyright (c) 1989 by Jean-Christophe Collet */
/* NetHack may be freely redistributed. See license for details. */ /* NetHack may be freely redistributed. See license for details. */
@@ -1571,6 +1571,9 @@ char NEARDATA *hilites[CLR_MAX];
/* trap.c */ /* trap.c */
const char *traps[TRAPNUM]; const char *traps[TRAPNUM];
/* window.c */ /* window.c */
# ifdef HANGUPHANDLING
volatile
# endif
struct window_procs windowprocs; struct window_procs windowprocs;
/* xxxtty.c */ /* xxxtty.c */
# ifdef DEFINE_OSPEED # ifdef DEFINE_OSPEED