зеркало из https://github.com/github/ruby.git
* ext/objspace/object_tracing.c: use declarations in internal.h.
* ext/objspace/objspace.c: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
c3fdc2cfb0
Коммит
baf3cf128e
|
@ -1,3 +1,9 @@
|
|||
Sat Nov 9 20:56:12 2013 Narihiro Nakamura <authornari@gmail.com>
|
||||
|
||||
* ext/objspace/object_tracing.c: use declarations in internal.h.
|
||||
|
||||
* ext/objspace/objspace.c: ditto
|
||||
|
||||
Sat Nov 9 20:32:59 2013 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* test/objspace/test_objspace.rb (test_dump_all): Make the test string
|
||||
|
|
|
@ -16,8 +16,7 @@
|
|||
#include "ruby/ruby.h"
|
||||
#include "ruby/debug.h"
|
||||
#include "objspace.h"
|
||||
|
||||
size_t rb_gc_count(void); /* from gc.c */
|
||||
#include "internal.h"
|
||||
|
||||
struct traceobj_arg {
|
||||
int running;
|
||||
|
|
|
@ -20,8 +20,6 @@
|
|||
#include "gc.h"
|
||||
#include "internal.h"
|
||||
|
||||
size_t rb_obj_memsize_of(VALUE);
|
||||
|
||||
/*
|
||||
* call-seq:
|
||||
* ObjectSpace.memsize_of(obj) -> Integer
|
||||
|
|
Загрузка…
Ссылка в новой задаче