ruby-changes:64452
From: =E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3 <ko1@a...>
Date: Tue, 22 Dec 2020 15:29:39 +0900 (JST)
Subject: [ruby-changes:64452] 7898bc9225 (master): rb_cCont: no longer exists
https://git.ruby-lang.org/ruby.git/commit/?id=7898bc9225 From 7898bc92258aff74d7600abe5dbdedff9b543cf0 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: Tue, 22 Dec 2020 15:25:03 +0900 Subject: rb_cCont: no longer exists Deleted well over a decade ago in commit 977d66ec993b0f1892fb3e4cd8ac. diff --git a/include/ruby/internal/globals.h b/include/ruby/internal/globals.h index 3bfbeac..ddd7313 100644 --- a/include/ruby/internal/globals.h +++ b/include/ruby/internal/globals.h @@ -47,7 +47,6 @@ RUBY_EXTERN VALUE rb_cObject; https://github.com/ruby/ruby/blob/trunk/include/ruby/internal/globals.h#L47 RUBY_EXTERN VALUE rb_cArray; RUBY_EXTERN VALUE rb_cBinding; RUBY_EXTERN VALUE rb_cClass; -RUBY_EXTERN VALUE rb_cCont; RUBY_EXTERN VALUE rb_cDir; RUBY_EXTERN VALUE rb_cEncoding; RUBY_EXTERN VALUE rb_cEnumerator; -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/