sed -i s|ruby/3|ruby/impl|g

This shall fix compile errors.
This commit is contained in:
卜部昌平 2020-05-04 15:35:26 +09:00
parent dca234a5dc
commit d7f4d732c1
Notes: git 2020-05-11 09:24:43 +09:00
330 changed files with 43662 additions and 43662 deletions

View file

@ -13,7 +13,7 @@
#pragma clang diagnostic ignored "-Wgcc-compat"
#endif
#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include "ruby/defines.h"
#include "ruby/missing.h"
#include "addr2line.h"
@ -25,7 +25,7 @@
#include <libproc.h>
#endif
#include "ruby/3/stdbool.h"
#include "ruby/impl/stdbool.h"
#if defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H)