Skip to content

Commit

Permalink
sed -i s|ruby/3|ruby/impl|g
Browse files Browse the repository at this point in the history
This shall fix compile errors.
  • Loading branch information
shyouhei committed May 11, 2020
1 parent dca234a commit d7f4d73
Show file tree
Hide file tree
Showing 330 changed files with 43,662 additions and 43,662 deletions.
4 changes: 2 additions & 2 deletions addr2line.c
Expand Up @@ -13,7 +13,7 @@
#pragma clang diagnostic ignored "-Wgcc-compat"
#endif

#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include "ruby/defines.h"
#include "ruby/missing.h"
#include "addr2line.h"
Expand All @@ -25,7 +25,7 @@
#include <libproc.h>
#endif

#include "ruby/3/stdbool.h"
#include "ruby/impl/stdbool.h"

#if defined(USE_ELF) || defined(HAVE_MACH_O_LOADER_H)

Expand Down
2 changes: 1 addition & 1 deletion bignum.c
Expand Up @@ -9,7 +9,7 @@
**********************************************************************/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"

#include <ctype.h>
#include <float.h>
Expand Down
2 changes: 1 addition & 1 deletion class.c
Expand Up @@ -23,7 +23,7 @@
* \{
*/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include <ctype.h>

#include "constant.h"
Expand Down
20,894 changes: 10,447 additions & 10,447 deletions common.mk

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compile.c
Expand Up @@ -9,7 +9,7 @@
**********************************************************************/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include <math.h>

#ifdef HAVE_DLADDR
Expand Down
2 changes: 1 addition & 1 deletion complex.c
Expand Up @@ -5,7 +5,7 @@
which is written in ruby.
*/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"

#if defined _MSC_VER
/* Microsoft Visual C does not define M_PI and others by default */
Expand Down
2 changes: 1 addition & 1 deletion cont.c
Expand Up @@ -9,7 +9,7 @@
**********************************************************************/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"

#ifndef _WIN32
#include <unistd.h>
Expand Down
2 changes: 1 addition & 1 deletion debug.c
Expand Up @@ -9,7 +9,7 @@
**********************************************************************/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"

#include <stdio.h>

Expand Down
2 changes: 1 addition & 1 deletion debug_counter.h
Expand Up @@ -353,7 +353,7 @@ RB_DEBUG_COUNTER(load_path_is_not_realpath)
#ifndef RUBY_DEBUG_COUNTER_H
#define RUBY_DEBUG_COUNTER_H 1

#include "ruby/3/config.h"
#include "ruby/impl/config.h"
#include <stddef.h> /* for size_t */
#include "ruby/ruby.h" /* for VALUE */

Expand Down
2 changes: 1 addition & 1 deletion dir.c
Expand Up @@ -11,7 +11,7 @@
**********************************************************************/

#include "ruby/3/config.h"
#include "ruby/impl/config.h"

#include <ctype.h>
#include <errno.h>
Expand Down
2 changes: 1 addition & 1 deletion dln.c
Expand Up @@ -1244,7 +1244,7 @@ rb_w32_check_imported(HMODULE ext, HMODULE mine)
#endif

#ifdef USE_DLN_DLOPEN
# include "ruby/3/stdbool.h"
# include "ruby/impl/stdbool.h"
# include "internal/warnings.h"
COMPILER_WARNING_PUSH
#if defined(__clang__) || GCC_VERSION_SINCE(4, 2, 0)
Expand Down

0 comments on commit d7f4d73

Please sign in to comment.