ruby-changes:46453
From: ktsj <ko1@a...>
Date: Thu, 4 May 2017 19:17:16 +0900 (JST)
Subject: [ruby-changes:46453] ktsj:r58568 (trunk): internal.h (rb_gc_resurrect): remove stale declaration
ktsj 2017-05-04 19:17:12 +0900 (Thu, 04 May 2017) New Revision: 58568 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58568 Log: internal.h (rb_gc_resurrect): remove stale declaration rb_gc_resurrect is no longer defined since r47444. Modified files: trunk/internal.h Index: internal.h =================================================================== --- internal.h (revision 58567) +++ internal.h (revision 58568) @@ -1214,8 +1214,6 @@ void ruby_sized_xfree(void *x, size_t si https://github.com/ruby/ruby/blob/trunk/internal.h#L1214 #define SIZED_REALLOC_N(var,type,n,old_n) ((var)=(type*)ruby_sized_xrealloc((char*)(var), (n) * sizeof(type), (old_n) * sizeof(type))) #endif -void rb_gc_resurrect(VALUE ptr); - /* optimized version of NEWOBJ() */ #undef NEWOBJF_OF #undef RB_NEWOBJ_OF -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/