summaryrefslogtreecommitdiffhomepage
path: root/src/variable.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-02-17 23:08:58 -0800
committerYukihiro "Matz" Matsumoto <[email protected]>2013-02-17 23:08:58 -0800
commit9b06a4506ed2ae222b19cafd184c66521b720581 (patch)
tree7284c80d736823c33978dce1f217973d108a905f /src/variable.c
parent7ba3275bf70fa62a34ea9015e2b03eefd180afe9 (diff)
parente0f25b1fda0c9c67526885fafdabf35d4d4039b7 (diff)
downloadmruby-9b06a4506ed2ae222b19cafd184c66521b720581.tar.gz
mruby-9b06a4506ed2ae222b19cafd184c66521b720581.zip
Merge pull request #850 from mattn/pluggable_regexp
Pluggable regexp
Diffstat (limited to 'src/variable.c')
-rw-r--r--src/variable.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/variable.c b/src/variable.c
index a5ff36f6f..a2dca3cc6 100644
--- a/src/variable.c
+++ b/src/variable.c
@@ -12,10 +12,6 @@
#include "mruby/string.h"
#include "mruby/proc.h"
-#ifdef ENABLE_REGEXP
-#include "re.h"
-#endif
-
typedef int (iv_foreach_func)(mrb_state*,mrb_sym,mrb_value,void*);
#ifdef MRB_USE_IV_SEGLIST