• Yukihiro "Matz" Matsumoto's avatar
    Minimize the changes in #5277 · dc51d89a
    Yukihiro "Matz" Matsumoto authored
    Instead of including `mruby/presym.h` everywhere, we provided the
    fallback `mruby/presym.inc` under `include/mruby` directory, and specify
    `-I<build-dir>/include` before `-I<top-dir>/include` in `presym.rake`.
    So even when someone drops `-I<build-dir>/include` in compiler options,
    it just compiles without failure.
    dc51d89a
vm.c 76.5 KB