OSDN Git Service

Preprocess out definitions for plural_aux() and is_a_vowel() when JP is set. Resolve...
authorEric Branlund <ebranlund@fastmail.com>
Mon, 20 Jun 2022 16:31:10 +0000 (10:31 -0600)
committerEric Branlund <ebranlund@fastmail.com>
Mon, 20 Jun 2022 16:31:10 +0000 (10:31 -0600)
src/locale/english.cpp

index e57c787..2bf064f 100644 (file)
@@ -2,6 +2,8 @@
 #include "system/angband.h"
 #include "util/string-processor.h"
 
+#ifndef JP
+
 /*!
  * @brief 英単語、句、説を複数形を変換する / Pluralize a monster name
  * @param Name 変換したい文字列の参照ポインタ
@@ -100,3 +102,5 @@ bool is_a_vowel(int ch)
 
     return false;
 }
+
+#endif // !JP