ruby-changes:58637
From: Nobuyoshi <ko1@a...>
Date: Fri, 8 Nov 2019 14:28:15 +0900 (JST)
Subject: [ruby-changes:58637] 0ad0a8ff58 (master): builtin.h must be included *AFTER* vm_core.h
https://git.ruby-lang.org/ruby.git/commit/?id=0ad0a8ff58 From 0ad0a8ff580a298dedc73c6679dd74d98c845ba9 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Fri, 8 Nov 2019 14:26:21 +0900 Subject: builtin.h must be included *AFTER* vm_core.h diff --git a/iseq.c b/iseq.c index 3cfb760..0b19056 100644 --- a/iseq.c +++ b/iseq.c @@ -12,7 +12,6 @@ https://github.com/ruby/ruby/blob/trunk/iseq.c#L12 #include "internal.h" #include "ruby/util.h" #include "eval_intern.h" -#include "builtin.h" #ifdef HAVE_DLADDR # include <dlfcn.h> @@ -24,6 +23,7 @@ https://github.com/ruby/ruby/blob/trunk/iseq.c#L23 #include "vm_core.h" #include "iseq.h" #include "id_table.h" +#include "builtin.h" #include "insns.inc" #include "insns_info.inc" -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/