Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-12-04 17:13:01 -05:00
4 changed files with 18 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ extern void FDECL(interject, (int));
#ifdef strcasecmp
#undef strcasecmp
#endif
extern void NDECL(getlock);
/* extern int NDECL(getlock); */
#endif
#ifdef _MSC_VER

View File

@@ -451,6 +451,7 @@ extern void FDECL(safe_status_enablefield,
extern void FDECL(safe_status_update, (int, genericptr_t, int, int, int, unsigned long *));
extern boolean NDECL(safe_can_suspend);
extern void FDECL(stdio_raw_print, (const char *));
extern void FDECL(stdio_nonl_raw_print, (const char *));
extern void FDECL(stdio_raw_print_bold, (const char *));
extern void NDECL(stdio_wait_synch);
extern int NDECL(stdio_nhgetch);