ruby-changes:36559
From: usa <ko1@a...>
Date: Sat, 29 Nov 2014 08:36:16 +0900 (JST)
Subject: [ruby-changes:36559] usa:r48640 (trunk): * encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's
usa 2014-11-29 08:36:08 +0900 (Sat, 29 Nov 2014) New Revision: 48640 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48640 Log: * encoding.c: remove unnecessary declaration of rb_locale_charmap(). it's already declared in include/ruby/encoding.h. Modified files: trunk/encoding.c Index: encoding.c =================================================================== --- encoding.c (revision 48639) +++ encoding.c (revision 48640) @@ -1547,9 +1547,6 @@ set_default_internal(VALUE klass, VALUE https://github.com/ruby/ruby/blob/trunk/encoding.c#L1547 * Encoding.find("locale") can be used. * */ -VALUE -rb_locale_charmap(VALUE klass); - static void set_encoding_const(const char *name, rb_encoding *enc) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/