From 446005620babeb0bf5ef8b8d2b6552c3c85aefd1 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Mon, 30 Jul 2012 10:51:24 +0900 Subject: remove __STDC_LIMIT_MACROS for INT32_MAX --- include/mrbconf.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/mrbconf.h b/include/mrbconf.h index 45a5afabb..0113136d6 100644 --- a/include/mrbconf.h +++ b/include/mrbconf.h @@ -7,9 +7,6 @@ #ifndef MRUBYCONF_H #define MRUBYCONF_H -#if defined(__cplusplus) -#define __STDC_LIMIT_MACROS -#endif #include /* configuration options: */ -- cgit v1.2.3