OSDN Git Service

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

index 6aed68b..c2bf171 100644 (file)
  */
 
 /*
- * OPTION: Use the icky BSD "tchars" methods in "main-gcu.c"
- */
-/* #define USE_TCHARS */
-
-/*
  * OPTION: Include "ncurses.h" instead of "curses.h" in "main-gcu.c"
  */
 /* #define USE_NCURSES */
index 41af4ab..ecbc6a8 100644 (file)
@@ -40,7 +40,6 @@
  * Mega-Hack -- try to guess when "POSIX" is available.
  * If the user defines two of these, we will probably crash.
  */
-# if && !defined(USE_TCHARS)
 #  if defined(_POSIX_VERSION)
 #   define USE_TPOSIX
 #  else
@@ -50,8 +49,6 @@
 #    define USE_TCHARS
 #   endif
 #  endif
-# endif
-
 
 /*
  * POSIX stuff