From dc51d89ac22acc60b9bfeed87115863565b74085 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 22 Jan 2021 18:38:53 +0900 Subject: Minimize the changes in #5277 Instead of including `mruby/presym.h` everywhere, we provided the fallback `mruby/presym.inc` under `include/mruby` directory, and specify `-I/include` before `-I/include` in `presym.rake`. So even when someone drops `-I/include` in compiler options, it just compiles without failure. --- mrbgems/mruby-method/src/method.c | 1 - 1 file changed, 1 deletion(-) (limited to 'mrbgems/mruby-method/src/method.c') diff --git a/mrbgems/mruby-method/src/method.c b/mrbgems/mruby-method/src/method.c index 5d3a6c46a..7699693fd 100644 --- a/mrbgems/mruby-method/src/method.c +++ b/mrbgems/mruby-method/src/method.c @@ -4,7 +4,6 @@ #include "mruby/variable.h" #include "mruby/proc.h" #include "mruby/string.h" -#include "mruby/presym.h" static struct RObject * method_object_alloc(mrb_state *mrb, struct RClass *mclass) -- cgit v1.2.3