diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-30 10:51:24 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-30 10:51:24 +0900 |
| commit | 446005620babeb0bf5ef8b8d2b6552c3c85aefd1 (patch) | |
| tree | cdb1d56f8f10c21dc803786359b6cf7ff06e5ec6 | |
| parent | eb34ad365b4fc70f174398b6898e14f3001aca69 (diff) | |
| download | mruby-446005620babeb0bf5ef8b8d2b6552c3c85aefd1.tar.gz mruby-446005620babeb0bf5ef8b8d2b6552c3c85aefd1.zip | |
remove __STDC_LIMIT_MACROS for INT32_MAX
| -rw-r--r-- | include/mrbconf.h | 3 |
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: */ |
