OSDN Git Service

[Refactor] #37353 使われていないtypedefを削除 / Removed unused typedefs
authorHourier <hourier@users.sourceforge.jp>
Thu, 20 Feb 2020 13:05:05 +0000 (22:05 +0900)
committerHourier <hourier@users.sourceforge.jp>
Thu, 20 Feb 2020 13:05:05 +0000 (22:05 +0900)
src/h-type.h

index 1ea8b50..1743b38 100644 (file)
@@ -54,12 +54,6 @@ typedef double real;      /*!< doubleをreal型として定義 / Since float's a
  */
 typedef int errr;
 
-#undef uint
-#define uint uint_hack /*!< Windows/OS X/Linux環境で重複を避けるためのuint_hack型定義 / Hack -- prevent problems with Windows/OS X/Linux */
-
-#undef huge
-#define huge huge_hack /*!< WINDOWS環境で重複を避けるためのhuge_hack定義 / Hack -- prevent problems with WINDOWS */
-
 #undef bool
 #define bool bool_hack /*!< C++環境で重複を避けるためのbool_hack定義 Hack -- prevent problems with C++ */