mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sed -i s|ruby/3|ruby/impl|g
This shall fix compile errors.
This commit is contained in:
parent
dca234a5dc
commit
d7f4d732c1
Notes:
git
2020-05-11 09:24:43 +09:00
330 changed files with 43662 additions and 43662 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue