Merge pull request #2991 from shyouhei/ruby.h

Split ruby.h
This commit is contained in:
卜部昌平 2020-04-08 13:28:13 +09:00 committed by GitHub
parent 5ac4bf2cd8
commit 9e6e39c351
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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

View file

@ -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