mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
sed -i 's|ruby/impl|ruby/internal|'
To fix build failures.
This commit is contained in:
parent
b85fd1d690
commit
9e41a75255
Notes:
git
2020-05-11 09:24:41 +09:00
330 changed files with 43662 additions and 43662 deletions
|
|
@ -9,14 +9,14 @@
|
|||
* file COPYING are met. Consult the file for details.
|
||||
* @brief Internal header for Bignums.
|
||||
*/
|
||||
#include "ruby/impl/config.h" /* for HAVE_LIBGMP */
|
||||
#include "ruby/internal/config.h" /* for HAVE_LIBGMP */
|
||||
#include <stddef.h> /* for size_t */
|
||||
|
||||
#ifdef HAVE_SYS_TYPES_H
|
||||
# include <sys/types.h> /* for ssize_t (note: on Windows ssize_t is */
|
||||
#endif /* `#define`d in ruby/config.h) */
|
||||
|
||||
#include "ruby/impl/stdbool.h" /* for bool */
|
||||
#include "ruby/internal/stdbool.h" /* for bool */
|
||||
#include "ruby/ruby.h" /* for struct RBasic */
|
||||
|
||||
#ifndef BDIGIT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue