summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-11 10:26:50 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-11 10:26:50 +0900
commit3483e360edb9eccdb1e3a75b894b1c7bd0f3b48b (patch)
tree7ae27483190b5095a95ff754d927b5c3357699ab /include/mruby.h
parentaffb5cb7c2e91ea38640ea0580af34a5f7cabf93 (diff)
downloadmruby-3483e360edb9eccdb1e3a75b894b1c7bd0f3b48b.tar.gz
mruby-3483e360edb9eccdb1e3a75b894b1c7bd0f3b48b.zip
remove unused #include
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 972bf3a25..408623e00 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -269,7 +269,9 @@ typedef struct mrb_state {
mrb_sym symidx;
struct kh_n2s *name2sym; /* symbol table */
struct kh_s2n *sym2name; /* reverse symbol table */
+#ifdef INCLUDE_REGEXP
struct RNode *local_svar;/* regexp */
+#endif
struct RClass *eException_class;
struct RClass *eStandardError_class;