sed -i 's|ruby/impl|ruby/internal|'

To fix build failures.
This commit is contained in:
卜部昌平 2020-05-08 18:31:09 +09:00
parent b85fd1d690
commit 9e41a75255
Notes: git 2020-05-11 09:24:41 +09:00
330 changed files with 43662 additions and 43662 deletions

View file

@ -29,7 +29,7 @@
static char SCCSid[] = "@(#)alloca.c 1.1"; /* for the "what" utility */
#endif
#include "ruby/impl/config.h"
#include "ruby/internal/config.h"
#define X3J11 1 /* config.h should contain void if needed */
#ifdef C_ALLOCA

View file

@ -11,7 +11,7 @@
* Return fd2 if all went well; return BADEXIT otherwise.
*/
#include "ruby/impl/config.h"
#include "ruby/internal/config.h"
#if defined(HAVE_FCNTL)
# include <fcntl.h>

View file

@ -1,4 +1,4 @@
#include "ruby/impl/config.h"
#include "ruby/internal/config.h"
#include "ruby/ruby.h"
#if defined _WIN32

View file

@ -18,7 +18,7 @@ isinf(double n)
#else
#include "ruby/impl/config.h"
#include "ruby/internal/config.h"
#if defined(HAVE_FINITE) && defined(HAVE_ISNAN)

View file

@ -9,7 +9,7 @@ reference - Haruhiko Okumura: C-gengo niyoru saishin algorithm jiten
/***********************************************************
gamma.c -- Gamma function
***********************************************************/
#include "ruby/impl/config.h"
#include "ruby/internal/config.h"
#include "ruby/missing.h"
#include <math.h>
#include <errno.h>