Commit 4309a5b1 authored by KOBAYASHI Shuji's avatar KOBAYASHI Shuji

Fix build with `MRB_USE_ALL_SYMBOLS`

parent a7ca5a9b
#include <mruby.h> #include <mruby.h>
#include <mruby/array.h> #include <mruby/array.h>
#include <mruby/string.h> #include <mruby/string.h>
#ifdef MRB_USE_ALL_SYMBOLS
# include <mruby/presym.h>
#endif
/* /*
* call-seq: * call-seq:
......
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