summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 07:19:52 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-03-19 07:19:52 +0000
commit1643234fe3b513e03d1e4bd343fee5f9869b8b2d (patch)
treea159499dd41b27c7477832a85ce075a7418bc428 /internal.h
parent9546ba46052d82bcc771b173485b6e93ff7319c9 (diff)
* gc.c, internal.h: export rb_gc_verify_internal_consistency().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50026 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index f8b54c0058..317e2e4072 100644
--- a/internal.h
+++ b/internal.h
@@ -1291,6 +1291,8 @@ st_table *rb_st_copy(VALUE obj, struct st_table *orig_tbl);
/* gc.c (export) */
size_t rb_obj_memsize_of(VALUE);
+void rb_gc_verify_internal_consistency(void);
+
#define RB_OBJ_GC_FLAGS_MAX 5
size_t rb_obj_gc_flags(VALUE, ID[], size_t);
void rb_gc_mark_values(long n, const VALUE *values);