summaryrefslogtreecommitdiff
path: root/include/ruby/impl/has
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-05-04 15:35:26 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2020-05-11 09:24:08 +0900
commitd7f4d732c199df24620a162372c71ee83ed21e62 (patch)
treee55586f3378b764611e0cc6e898ca0829a21d49c /include/ruby/impl/has
parentdca234a5dc9d5bb39c906d833c43305ce95508fb (diff)
sed -i s|ruby/3|ruby/impl|g
This shall fix compile errors.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3079
Diffstat (limited to 'include/ruby/impl/has')
-rw-r--r--include/ruby/impl/has/attribute.h6
-rw-r--r--include/ruby/impl/has/builtin.h6
-rw-r--r--include/ruby/impl/has/cpp_attribute.h6
-rw-r--r--include/ruby/impl/has/declspec_attribute.h4
-rw-r--r--include/ruby/impl/has/extension.h2
5 files changed, 12 insertions, 12 deletions
diff --git a/include/ruby/impl/has/attribute.h b/include/ruby/impl/has/attribute.h
index 8fa70257ce..b24d1effd2 100644
--- a/include/ruby/impl/has/attribute.h
+++ b/include/ruby/impl/has/attribute.h
@@ -20,9 +20,9 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_ATTRIBUTE.
*/
-#include "ruby/3/config.h"
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/token_paste.h"
+#include "ruby/impl/config.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/token_paste.h"
#if defined(__has_attribute)
# if __has_attribute(pure) || RUBY3_COMPILER_IS(GCC)
diff --git a/include/ruby/impl/has/builtin.h b/include/ruby/impl/has/builtin.h
index e3f01ed8aa..27c1c151e7 100644
--- a/include/ruby/impl/has/builtin.h
+++ b/include/ruby/impl/has/builtin.h
@@ -20,9 +20,9 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_BUILTIN.
*/
-#include "ruby/3/config.h"
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/token_paste.h"
+#include "ruby/impl/config.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/token_paste.h"
#if defined(__has_builtin)
# if RUBY3_COMPILER_IS(Intel)
diff --git a/include/ruby/impl/has/cpp_attribute.h b/include/ruby/impl/has/cpp_attribute.h
index 941f7ddca3..922ad6b67b 100644
--- a/include/ruby/impl/has/cpp_attribute.h
+++ b/include/ruby/impl/has/cpp_attribute.h
@@ -20,9 +20,9 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_CPP_ATTRIBUTE.
*/
-#include "ruby/3/compiler_is.h"
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/token_paste.h"
+#include "ruby/impl/compiler_is.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/token_paste.h"
/** @cond INTERNAL_MACRO */
#if defined(__has_cpp_attribute)
diff --git a/include/ruby/impl/has/declspec_attribute.h b/include/ruby/impl/has/declspec_attribute.h
index 33bd3cb6ee..317bd9989a 100644
--- a/include/ruby/impl/has/declspec_attribute.h
+++ b/include/ruby/impl/has/declspec_attribute.h
@@ -20,8 +20,8 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_DECLSPEC_ATTRIBUTE.
*/
-#include "ruby/3/compiler_since.h"
-#include "ruby/3/token_paste.h"
+#include "ruby/impl/compiler_since.h"
+#include "ruby/impl/token_paste.h"
/** Wraps (or simulates) `__has_declspec_attribute`. */
#if defined(__has_declspec_attribute)
diff --git a/include/ruby/impl/has/extension.h b/include/ruby/impl/has/extension.h
index ed6f6d4d52..b985f6d4f8 100644
--- a/include/ruby/impl/has/extension.h
+++ b/include/ruby/impl/has/extension.h
@@ -20,7 +20,7 @@
* extension libraries. They could be written in C++98.
* @brief Defines #RUBY3_HAS_EXTENSION.
*/
-#include "ruby/3/has/feature.h"
+#include "ruby/impl/has/feature.h"
/** Wraps (or simulates) `__has_extension`. */
#if defined(__has_extension)