summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 12:35:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-12-06 12:35:00 +0000
commit8b14bd4e146dcdbff705941a67f980ec5009ea03 (patch)
tree4f1abe427e221dc74214dfa332eacebfc6c1ac81 /internal.h
parentd3aad1592213ed2c6ade84b09119c9fce46d185e (diff)
Should be true fix for r66200
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index a92b0d4a54..bc9b1d6355 100644
--- a/internal.h
+++ b/internal.h
@@ -2223,6 +2223,7 @@ VALUE rb_thread_io_blocking_region(rb_blocking_function_t *func, void *data1, in
/* array.c (export) */
void rb_ary_detransient(VALUE a);
+VALUE *rb_ary_ptr_use_start(VALUE ary);
/* bignum.c (export) */
VALUE rb_big_mul_normal(VALUE x, VALUE y);