summaryrefslogtreecommitdiff
path: root/internal/array.h
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2021-02-03 16:39:38 +0900
committer卜部昌平 <shyouhei@ruby-lang.org>2021-09-10 20:00:06 +0900
commit8b0dbca2f41228ed0c7adb2ae592aea722a440c4 (patch)
tree56c08b2002ed8c86d78ecafb2f66a03cf2b87bd8 /internal/array.h
parenta2b8f61cba2fb4720acbed846ae0409b3a39b909 (diff)
downloadruby-8b0dbca2f41228ed0c7adb2ae592aea722a440c4.tar.gz
include/ruby/internal/core/rarray.h: add doxygen
Must not be a bad idea to improve documents. [ci skip]
Diffstat (limited to 'internal/array.h')
-rw-r--r--internal/array.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/internal/array.h b/internal/array.h
index 59739c1d45..6fcb4e83f5 100644
--- a/internal/array.h
+++ b/internal/array.h
@@ -36,10 +36,6 @@ static inline bool ARY_PTR_USING_P(VALUE ary);
static inline void RARY_TRANSIENT_SET(VALUE ary);
static inline void RARY_TRANSIENT_UNSET(VALUE ary);
-RUBY_SYMBOL_EXPORT_BEGIN
-/* array.c (export) */
-RUBY_SYMBOL_EXPORT_END
-
MJIT_SYMBOL_EXPORT_BEGIN
VALUE rb_ary_tmp_new_from_values(VALUE, long, const VALUE *);
VALUE rb_check_to_array(VALUE ary);