1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

dependency updates

This commit is contained in:
卜部昌平 2021-04-09 18:01:15 +09:00
parent f411fcd145
commit 6413dc27dc
Notes: git 2021-04-13 14:30:44 +09:00
99 changed files with 0 additions and 355 deletions

View file

@ -22,7 +22,6 @@
*/
#include "ruby/internal/config.h"
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/token_paste.h"
#if defined(__has_attribute)
# if __has_attribute(pure) || RBIMPL_COMPILER_IS(GCC)

View file

@ -22,7 +22,6 @@
*/
#include "ruby/internal/config.h"
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/token_paste.h"
#if defined(__has_builtin)
# if RBIMPL_COMPILER_IS(Intel)

View file

@ -22,7 +22,6 @@
*/
#include "ruby/internal/compiler_is.h"
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/token_paste.h"
/** @cond INTERNAL_MACRO */
#if RBIMPL_COMPILER_IS(SunPro)

View file

@ -21,7 +21,6 @@
* @brief Defines #RBIMPL_HAS_DECLSPEC_ATTRIBUTE.
*/
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/token_paste.h"
/** Wraps (or simulates) `__has_declspec_attribute`. */
#if defined(__has_declspec_attribute)