ruby-changes:48151
From: yui-knk <ko1@a...>
Date: Sat, 21 Oct 2017 22:06:41 +0900 (JST)
Subject: [ruby-changes:48151] yui-knk:r60265 (trunk): node.h: Remove a not used function prototype
yui-knk 2017-10-21 22:06:36 +0900 (Sat, 21 Oct 2017) New Revision: 60265 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60265 Log: node.h: Remove a not used function prototype * node.h (rb_node_newnode_longlife): The definition of this function was deleted r24490. Modified files: trunk/node.h Index: node.h =================================================================== --- node.h (revision 60264) +++ node.h (revision 60265) @@ -479,7 +479,6 @@ NODE *rb_compile_string(const char*, VAL https://github.com/ruby/ruby/blob/trunk/node.h#L479 NODE *rb_compile_file(const char*, VALUE, int); NODE *rb_node_newnode(enum node_type,VALUE,VALUE,VALUE); -NODE *rb_node_newnode_longlife(enum node_type,VALUE,VALUE,VALUE); void rb_gc_free_node(VALUE obj); size_t rb_node_memsize(VALUE obj); VALUE rb_gc_mark_node(NODE *obj); -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/