mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
dependency updates
This commit is contained in:
parent
f411fcd145
commit
6413dc27dc
Notes:
git
2021-04-13 14:30:44 +09:00
99 changed files with 0 additions and 355 deletions
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue