mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Pluggable Regexp
This commit is contained in:
+1
-3
@@ -54,9 +54,7 @@ mrb_init_core(mrb_state *mrb)
|
||||
mrb_init_struct(mrb); DONE;
|
||||
#endif
|
||||
mrb_init_gc(mrb); DONE;
|
||||
#ifdef ENABLE_REGEXP
|
||||
mrb_init_regexp(mrb); DONE;
|
||||
#endif
|
||||
#ifdef ENABLE_STDIO
|
||||
mrb_init_print(mrb); DONE;
|
||||
#endif
|
||||
@@ -78,4 +76,4 @@ mrb_final_core(mrb_state *mrb)
|
||||
#ifndef DISABLE_GEMS
|
||||
mrb_final_mrbgems(mrb); DONE;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user