summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-30 10:51:24 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-30 10:51:24 +0900
commit446005620babeb0bf5ef8b8d2b6552c3c85aefd1 (patch)
treecdb1d56f8f10c21dc803786359b6cf7ff06e5ec6 /include/mrbconf.h
parenteb34ad365b4fc70f174398b6898e14f3001aca69 (diff)
downloadmruby-446005620babeb0bf5ef8b8d2b6552c3c85aefd1.tar.gz
mruby-446005620babeb0bf5ef8b8d2b6552c3c85aefd1.zip
remove __STDC_LIMIT_MACROS for INT32_MAX
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h3
1 files changed, 0 insertions, 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 <stdint.h>
/* configuration options: */