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/has/feature.h"
#include "ruby/internal/compiler_is.h"
#include "ruby/internal/token_paste.h"
/** @cond INTERNAL_MACRO */
#if ! defined(__cplusplus)

View file

@ -22,7 +22,6 @@
*/
#include "ruby/internal/compiler_since.h"
#include "ruby/internal/has/attribute.h"
#include "ruby/internal/token_paste.h"
/* :FIXME: config.h includes conflicting `#define restrict`. MSVC can be
* detected using `RBIMPL_COMPILER_SINCE()`, but Clang & family cannot use