Merge branch 'NetHack-3.6.2'

This commit is contained in:
nhmall
2019-03-13 20:21:56 -04:00
13 changed files with 51 additions and 33 deletions
+2 -2
View File
@@ -10,10 +10,10 @@
#include "func_tab.h"
#include <ctype.h>
#if defined(FILENAME_CMP)
#if defined(FILENAME_CMP) && !defined(strcasecmp)
#define strcasecmp FILENAME_CMP
#endif
#if defined(STRNCMPI)
#if defined(STRNCMPI) && !defined(strncasecmp)
#define strncasecmp strncmpi
#endif