OSDN Git Service

[Refacotr] #37353 使われていないプリプロUSE_TERMIOを部分的に削除 / Removed unused preprocessors USE_TER...
authorHourier <hourier@users.sourceforge.jp>
Wed, 29 Jan 2020 12:28:13 +0000 (21:28 +0900)
committerHourier <hourier@users.sourceforge.jp>
Wed, 29 Jan 2020 12:28:13 +0000 (21:28 +0900)
src/h-config.h
src/main-cap.c

index 1c75c72..6aed68b 100644 (file)
  */
 
 /*
- * OPTION: Use the "termio" methods in "main-gcu.c"
- */
-/* #define USE_TERMIO */
-
-/*
  * OPTION: Use the icky BSD "tchars" methods in "main-gcu.c"
  */
 /* #define USE_TCHARS */
index ced6979..41af4ab 100644 (file)
@@ -40,7 +40,7 @@
  * 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