mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
parent
5ac4bf2cd8
commit
9e6e39c351
Notes:
git
2020-04-08 13:28:42 +09:00
Merged-By: shyouhei <shyouhei@ruby-lang.org>
383 changed files with 60184 additions and 5439 deletions
|
@ -12,7 +12,7 @@
|
|||
#ifndef RUBY_INTERNAL_H
|
||||
#define RUBY_INTERNAL_H 1
|
||||
|
||||
#include "ruby/config.h"
|
||||
#include "ruby/3/config.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
# error not for C++
|
||||
|
@ -33,9 +33,6 @@
|
|||
/* Following macros were formerly defined in this header but moved to somewhere
|
||||
* else. In order to detect them we undef here. */
|
||||
|
||||
/* internal/error.h */
|
||||
#undef Check_Type
|
||||
|
||||
/* internal/class.h */
|
||||
#undef RClass
|
||||
#undef RCLASS_SUPER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue