summaryrefslogtreecommitdiff
path: root/ext/objspace/object_tracing.c
diff options
context:
space:
mode:
authornari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:00:04 +0000
committernari <nari@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-09 12:00:04 +0000
commitbaf3cf128e451c3bf099bc68ec7918973d9a81f6 (patch)
tree0fb050976d759b2b40767de0762867883b720d94 /ext/objspace/object_tracing.c
parentc3fdc2cfb0e4b2ede488a36fc224b9e261c23ba5 (diff)
* 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
Diffstat (limited to 'ext/objspace/object_tracing.c')
-rw-r--r--ext/objspace/object_tracing.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/objspace/object_tracing.c b/ext/objspace/object_tracing.c
index b8fa3edf4d..2475623410 100644
--- a/ext/objspace/object_tracing.c
+++ b/ext/objspace/object_tracing.c
@@ -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;