summaryrefslogtreecommitdiffhomepage
path: root/include/mrbconf.h
diff options
context:
space:
mode:
authormattn <[email protected]>2013-03-01 13:37:46 +0900
committermattn <[email protected]>2013-03-01 13:37:46 +0900
commit138ecf4723078cf8ef4342fb3995db23003eff01 (patch)
treeed2cca2a899ab1063af2a01b06bb44b7da6e9d2d /include/mrbconf.h
parentc567a28f2c7a6bcb6d0095b9cfcc759a9f8b4def (diff)
downloadmruby-138ecf4723078cf8ef4342fb3995db23003eff01.tar.gz
mruby-138ecf4723078cf8ef4342fb3995db23003eff01.zip
Pluggable Struct
Diffstat (limited to 'include/mrbconf.h')
-rw-r--r--include/mrbconf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index 45e3d6034..c84480af7 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -45,7 +45,6 @@
/* -DDISABLE_XXXX to drop following features */
//#define DISABLE_SPRINTF /* Kernel.sprintf method */
-//#define DISABLE_STRUCT /* Struct class */
//#define DISABLE_STDIO /* use of stdio */
/* -DENABLE_XXXX to enable following features */
@@ -84,9 +83,6 @@ typedef short mrb_sym;
#ifndef DISABLE_SPRINTF
#define ENABLE_SPRINTF
#endif
-#ifndef DISABLE_STRUCT
-#define ENABLE_STRUCT
-#endif
#ifndef DISABLE_STDIO
#define ENABLE_STDIO
#endif