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:
parent
68abc248f0
commit
15d26c3fd9
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue