1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
eregon 2018-06-27 12:30:05 +00:00
parent fc1f3f14d3
commit 9dc121cc57
143 changed files with 328 additions and 146 deletions

View file

@ -252,6 +252,7 @@
/* Enumerable */
#define HAVE_RB_ENUMERATORIZE 1
#define HAVE_RB_ENUMERATORIZE_WITH_SIZE 1
/* Exception */
#define HAVE_RB_EXC_NEW 1
@ -348,6 +349,7 @@
#define HAVE_RB_ENSURE 1
#define HAVE_RB_EVAL_STRING 1
#define HAVE_RB_EXEC_RECURSIVE 1
#define HAVE_RB_FRAME_THIS_FUNC 1
#define HAVE_RB_F_SPRINTF 1
#define HAVE_RB_NEED_BLOCK 1
#define HAVE_RB_RAISE 1
@ -563,6 +565,7 @@
#define HAVE_RB_VSPRINTF 1
#define HAVE_RB_STRING 1
#define HAVE_SAFE_STRING_VALUE 1
#define HAVE_RB_STRING_VALUE_CSTR 1
/* Struct */
#define HAVE_RB_STRUCT_AREF 1