Commit 73e92e25 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove INCLUDE_REGEXP dependency from array.c

parent e6f0b961
......@@ -10,12 +10,6 @@
#include "mruby/string.h"
#include "mruby/class.h"
#ifdef INCLUDE_REGEXP
#define mrb_usascii_str_new2 mrb_usascii_str_new_cstr
#else
#define mrb_usascii_str_new2 mrb_str_new_cstr
#define mrb_usascii_str_new mrb_str_new
#endif
mrb_value mrb_exec_recursive_paired(mrb_state *mrb, mrb_value (*func) (mrb_state *, mrb_value, mrb_value, int),
mrb_value obj, mrb_value paired_obj, void* arg);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment