mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05: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
|
@ -20,7 +20,7 @@
|
|||
* extension libraries. They could be written in C++98.
|
||||
* @brief Defines #RBIMPL_COMPILER_IS_Clang.
|
||||
*/
|
||||
#include "ruby/impl/compiler_is/apple.h"
|
||||
#include "ruby/internal/compiler_is/apple.h"
|
||||
|
||||
#if ! defined(__clang__)
|
||||
# define RBIMPL_COMPILER_IS_Clang 0
|
||||
|
|
|
@ -20,9 +20,9 @@
|
|||
* extension libraries. They could be written in C++98.
|
||||
* @brief Defines #RBIMPL_COMPILER_IS_GCC.
|
||||
*/
|
||||
#include "ruby/impl/compiler_is/apple.h"
|
||||
#include "ruby/impl/compiler_is/clang.h"
|
||||
#include "ruby/impl/compiler_is/intel.h"
|
||||
#include "ruby/internal/compiler_is/apple.h"
|
||||
#include "ruby/internal/compiler_is/clang.h"
|
||||
#include "ruby/internal/compiler_is/intel.h"
|
||||
|
||||
#if ! defined(__GNUC__)
|
||||
# define RBIMPL_COMPILER_IS_GCC 0
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
* extension libraries. They could be written in C++98.
|
||||
* @brief Defines #RBIMPL_COMPILER_IS_MSVC.
|
||||
*/
|
||||
#include "ruby/impl/compiler_is/clang.h"
|
||||
#include "ruby/impl/compiler_is/intel.h"
|
||||
#include "ruby/internal/compiler_is/clang.h"
|
||||
#include "ruby/internal/compiler_is/intel.h"
|
||||
|
||||
#if ! defined(_MSC_VER)
|
||||
# define RBIMPL_COMPILER_IS_MSVC 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue