From 12451f3e795e3d893d6fa30f5fa37982e1baa951 Mon Sep 17 00:00:00 2001 From: Hourier Date: Thu, 20 Feb 2020 22:05:05 +0900 Subject: [PATCH] =?utf8?q?[Refactor]=20#37353=20=E4=BD=BF=E3=82=8F?= =?utf8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=81=AA=E3=81=84typedef=E3=82=92?= =?utf8?q?=E5=89=8A=E9=99=A4=20/=20Removed=20unused=20typedefs?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/h-type.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/h-type.h b/src/h-type.h index 1ea8b5080..1743b3865 100644 --- a/src/h-type.h +++ b/src/h-type.h @@ -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++ */ -- 2.11.0