OSDN Git Service

[Refactor] #40463 Removed unused (anymore) preprocessor in main-gcu.c
authorHourier <hourier@users.sourceforge.jp>
Fri, 14 Aug 2020 09:53:04 +0000 (18:53 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 14 Aug 2020 14:34:21 +0000 (23:34 +0900)
src/main-gcu.c

index d8c8758..5f10774 100644 (file)
@@ -200,7 +200,7 @@ static term_data data[MAX_TERM_DATA];
  * Mega-Hack -- try to guess when "POSIX" is available.
  * If the user defines two of these, we will probably crash.
  */
-#if !defined(USE_TERMIO) && !defined(USE_TCHARS)
+#if !defined(USE_TCHARS)
 # if defined(_POSIX_VERSION)
 #  define USE_TPOSIX
 # else