]> granicus.if.org Git - nethack/commitdiff
msdos build (trunk only)
authornethack.allison <nethack.allison>
Sun, 22 Jan 2012 06:33:47 +0000 (06:33 +0000)
committernethack.allison <nethack.allison>
Sun, 22 Jan 2012 06:33:47 +0000 (06:33 +0000)
sys/share/pcsys.c

index 619a7b52b497f72aab58249956259517028ab905..8ebcd43191fc45965e046d651a06e60c687b1f87 100644 (file)
@@ -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[];