From: nethack.allison Date: Sun, 22 Jan 2012 06:33:47 +0000 (+0000) Subject: msdos build (trunk only) X-Git-Tag: MOVE2GIT~74 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8377042fb824c3befb60e77091714cef3780e45e;p=nethack msdos build (trunk only) --- diff --git a/sys/share/pcsys.c b/sys/share/pcsys.c index 619a7b52b..8ebcd4319 100644 --- a/sys/share/pcsys.c +++ b/sys/share/pcsys.c @@ -34,7 +34,7 @@ void FDECL(nethack_exit,(int)); #else #define nethack_exit exit #endif -static void NDECL(msexit); +STATIC_DCL void NDECL(msexit); #ifdef MOVERLAY @@ -501,7 +501,7 @@ int code; extern boolean run_from_desktop; /* set in pcmain.c */ #endif -static void msexit() +STATIC_OVL void msexit() { #ifdef CHDIR extern char orgdir[];