ruby-changes:65394
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Fri, 5 Mar 2021 17:47:09 +0900 (JST)
Subject: [ruby-changes:65394] 45b3a5f7de (master): rb_sym_interned_p: doesn't exist
https://git.ruby-lang.org/ruby.git/commit/?id=45b3a5f7de From 45b3a5f7de90773868c948f3a542f4aeeb8403fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= <shyouhei@r...> Date: Fri, 5 Mar 2021 17:37:16 +0900 Subject: rb_sym_interned_p: doesn't exist Deleted decades ago in commit 6e0fed271c1d2e6f2b13b99d89d43e7d00e81472 Note also that we eventually ended up reinventing this exact same functionality. It is called rb_check_id() now. --- include/ruby/internal/intern/parse.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/ruby/internal/intern/parse.h b/include/ruby/internal/intern/parse.h index 4a5b8cb..9424657 100644 --- a/include/ruby/internal/intern/parse.h +++ b/include/ruby/internal/intern/parse.h @@ -50,7 +50,6 @@ int rb_is_local_id(ID); https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/intern/parse.h#L50 RBIMPL_ATTR_CONST() int rb_is_junk_id(ID); int rb_symname_p(const char*); -int rb_sym_interned_p(VALUE); VALUE rb_backref_get(void); void rb_backref_set(VALUE); VALUE rb_lastline_get(void); -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/