OSDN Git Service

[Refactor] 使われていないプリプロGO32 を削除 (MS-DOSサポートの残骸) / Removed unused preprocessor GO32...
authorHourier <hourier@users.sourceforge.jp>
Fri, 14 Feb 2020 15:13:00 +0000 (00:13 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 14 Feb 2020 15:13:00 +0000 (00:13 +0900)
src/h-config.h

index ff2b505..5f67df1 100644 (file)
  */
 #undef PATH_SEP
 #define PATH_SEP "/"
+
 #if defined(WINDOWS) || defined(WINNT)
 # undef PATH_SEP
 # define PATH_SEP "\\"
 #endif
+
 #if defined(OS2)
 # undef PATH_SEP
 # define PATH_SEP "\\"
 #endif
-#ifdef __GO32__
-# undef PATH_SEP
-# define PATH_SEP "/"
-#endif
 
-/*
+ /*
  * The Macintosh allows the use of a "file type" when creating a file
  */
 #if defined(MACH_O_CARBON)