ruby-changes:50898
From: nobu <ko1@a...>
Date: Fri, 6 Apr 2018 22:25:18 +0900 (JST)
Subject: [ruby-changes:50898] nobu:r63104 (trunk): symbol.h: remove stale symbol deleted at r47913
nobu 2018-04-06 22:25:11 +0900 (Fri, 06 Apr 2018) New Revision: 63104 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=63104 Log: symbol.h: remove stale symbol deleted at r47913 Modified files: trunk/symbol.h Index: symbol.h =================================================================== --- symbol.h (revision 63103) +++ symbol.h (revision 63104) @@ -98,8 +98,6 @@ is_global_name_punct(const int c) https://github.com/ruby/ruby/blob/trunk/symbol.h#L98 return (ruby_global_name_punct_bits[(c - 0x20) / 32] >> (c % 32)) & 1; } -ID rb_intern_cstr_without_pindown(const char *, long, rb_encoding *); - RUBY_SYMBOL_EXPORT_BEGIN size_t rb_sym_immortal_count(void); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/