mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
sed -i 's|ruby/impl|ruby/internal|'
To fix build failures.
This commit is contained in:
parent
b85fd1d690
commit
9e41a75255
Notes:
git
2020-05-11 09:24:41 +09:00
330 changed files with 43662 additions and 43662 deletions
|
@ -13,7 +13,7 @@
|
|||
#pragma clang diagnostic ignored "-Wgcc-compat"
|
||||
#endif
|
||||
|
||||
#include "ruby/impl/config.h"
|
||||
#include "ruby/internal/config.h"
|
||||
#include "ruby/defines.h"
|
||||
#include "ruby/missing.h"
|
||||
#include "addr2line.h"
|
||||
|
@ -25,7 +25,7 @@
|
|||
#include <libproc.h>
|
||||
#endif
|
||||
|
||||
#include "ruby/impl/stdbool.h"
|
||||
#include "ruby/internal/stdbool.h"
|
||||
|
||||
#if defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue