зеркало из https://github.com/github/ruby.git
builtin.h must be included *AFTER* vm_core.h
This commit is contained in:
Родитель
61cff5c51c
Коммит
0ad0a8ff58
2
iseq.c
2
iseq.c
|
@ -12,7 +12,6 @@
|
|||
#include "internal.h"
|
||||
#include "ruby/util.h"
|
||||
#include "eval_intern.h"
|
||||
#include "builtin.h"
|
||||
|
||||
#ifdef HAVE_DLADDR
|
||||
# include <dlfcn.h>
|
||||
|
@ -24,6 +23,7 @@
|
|||
#include "vm_core.h"
|
||||
#include "iseq.h"
|
||||
#include "id_table.h"
|
||||
#include "builtin.h"
|
||||
|
||||
#include "insns.inc"
|
||||
#include "insns_info.inc"
|
||||
|
|
Загрузка…
Ссылка в новой задаче