OSDN Git Service

[Refacotr] #37353 使われていないプリプロHAS_STRICMPを削除 / Removed unused preprocessors HAS_STRICMP
authorHourier <hourier@users.sourceforge.jp>
Wed, 29 Jan 2020 11:12:35 +0000 (20:12 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 29 Jan 2020 11:12:35 +0000 (20:12 +0900)
src/h-config.h

index c2962df..8c812da 100644 (file)
 # define FILE_TYPE(X) ((void)0)
 #endif
 
-
-/*
- * OPTION: Define "HAS_STRICMP" only if "stricmp()" exists.
- * Note that "stricmp()" is not actually used by Angband.
- */
-/* #define HAS_STRICMP */
-
 /*
  * Linux has "stricmp()" with a different name
  */
 #if defined(linux)
-# define HAS_STRICMP
 # define stricmp strcasecmp
 #endif