From 7b3878e1d0b535184f4a82ddd0b4cf08f1c51558 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 28 Jun 2018 13:18:52 +0000 Subject: rb_enc_alias `rb_encdb`-prefixed functions are only for internal use. use rb_enc_alias instead. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- spec/ruby/optional/capi/ext/rubyspec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/ruby/optional/capi/ext/rubyspec.h') diff --git a/spec/ruby/optional/capi/ext/rubyspec.h b/spec/ruby/optional/capi/ext/rubyspec.h index 4f50450dfb..1ece9541c7 100644 --- a/spec/ruby/optional/capi/ext/rubyspec.h +++ b/spec/ruby/optional/capi/ext/rubyspec.h @@ -204,7 +204,7 @@ #define HAVE_RB_DEFAULT_INTERNAL_ENCODING 1 #define HAVE_RB_DEFAULT_EXTERNAL_ENCODING 1 -#define HAVE_RB_ENCDB_ALIAS 1 +#define HAVE_RB_ENC_ALIAS 1 #define HAVE_RB_ENC_ASSOCIATE 1 #define HAVE_RB_ENC_ASSOCIATE_INDEX 1 #define HAVE_RB_ENC_CODEPOINT_LEN 1 -- cgit v1.2.3