ruby-changes:36886
From: nobu <ko1@a...>
Date: Wed, 24 Dec 2014 15:59:04 +0900 (JST)
Subject: [ruby-changes:36886] nobu:r48967 (trunk): hash/delete.c: add declaration
nobu 2014-12-24 15:58:48 +0900 (Wed, 24 Dec 2014) New Revision: 48967 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48967 Log: hash/delete.c: add declaration * ext/-test-/hash/delete.c: add declaration of the function in internal.h. [Bug #10623] Modified files: trunk/ext/-test-/hash/delete.c Index: ext/-test-/hash/delete.c =================================================================== --- ext/-test-/hash/delete.c (revision 48966) +++ ext/-test-/hash/delete.c (revision 48967) @@ -1,5 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/-test-/hash/delete.c#L1 #include "ruby.h" +extern VALUE rb_hash_delete_entry(VALUE hash, VALUE key); + static VALUE hash_delete(VALUE hash, VALUE key) { -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/