From df5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 22 Feb 2024 16:02:10 -0500 Subject: Remove unneeded RUBY_FUNC_EXPORTED --- variable.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'variable.c') diff --git a/variable.c b/variable.c index ab779f7420..564fd643fb 100644 --- a/variable.c +++ b/variable.c @@ -1166,7 +1166,7 @@ rb_free_generic_ivar(VALUE obj) } } -RUBY_FUNC_EXPORTED size_t +size_t rb_generic_ivar_memsize(VALUE obj) { struct gen_ivtbl *ivtbl; @@ -2546,7 +2546,7 @@ get_autoload_data(VALUE autoload_const_value, struct autoload_const **autoload_c return autoload_data; } -RUBY_FUNC_EXPORTED void +void rb_autoload(VALUE module, ID name, const char *feature) { if (!feature || !*feature) { -- cgit v1.2.3