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
|
@ -28,19 +28,19 @@
|
|||
* understand the difference of `int` and `long` when they designed those
|
||||
* macros.
|
||||
*/
|
||||
#include "ruby/3/config.h"
|
||||
#include "ruby/3/arithmetic/fixnum.h" /* FIXABLE */
|
||||
#include "ruby/3/arithmetic/intptr_t.h" /* rb_int2big etc.*/
|
||||
#include "ruby/3/assume.h"
|
||||
#include "ruby/3/attr/artificial.h"
|
||||
#include "ruby/3/attr/cold.h"
|
||||
#include "ruby/3/attr/const.h"
|
||||
#include "ruby/3/attr/constexpr.h"
|
||||
#include "ruby/3/attr/noreturn.h"
|
||||
#include "ruby/3/cast.h"
|
||||
#include "ruby/3/dllexport.h"
|
||||
#include "ruby/3/special_consts.h" /* FIXNUM_FLAG */
|
||||
#include "ruby/3/value.h"
|
||||
#include "ruby/impl/config.h"
|
||||
#include "ruby/impl/arithmetic/fixnum.h" /* FIXABLE */
|
||||
#include "ruby/impl/arithmetic/intptr_t.h" /* rb_int2big etc.*/
|
||||
#include "ruby/impl/assume.h"
|
||||
#include "ruby/impl/attr/artificial.h"
|
||||
#include "ruby/impl/attr/cold.h"
|
||||
#include "ruby/impl/attr/const.h"
|
||||
#include "ruby/impl/attr/constexpr.h"
|
||||
#include "ruby/impl/attr/noreturn.h"
|
||||
#include "ruby/impl/cast.h"
|
||||
#include "ruby/impl/dllexport.h"
|
||||
#include "ruby/impl/special_consts.h" /* FIXNUM_FLAG */
|
||||
#include "ruby/impl/value.h"
|
||||
#include "ruby/assert.h"
|
||||
|
||||
#define FIX2LONG RB_FIX2LONG
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue