1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* ext/objspace/object_tracing.c: allocation_info function isn't

called by any other file.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nari 2013-06-06 05:10:31 +00:00
parent 68abc248f0
commit 15d26c3fd9
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Thu Jun 6 13:57:06 2013 Narihiro Nakamura <authornari@gmail.com>
* ext/objspace/object_tracing.c: allocation_info function isn't
called by any other file.
Thu Jun 6 09:41:00 2013 Kenta Murata <mrkn@cookpad.com>
* numeric.c (num_quo): should return a Float for a Float argument.

View file

@ -163,7 +163,7 @@ trace_object_allocations(VALUE objspace)
return rb_ensure(rb_yield, Qnil, stop_trace_object_allocations, (VALUE)&arg);
}
struct allocation_info *
static struct allocation_info *
allocation_info(VALUE obj)
{
if (traceobj_arg) {