summaryrefslogtreecommitdiff
path: root/variable.c
diff options
context:
space:
mode:
authorPeter Zhu <[email protected]>2024-02-22 16:02:10 -0500
committerPeter Zhu <[email protected]>2024-02-23 10:24:21 -0500
commitdf5b8ea4dbcc9a84969c4b941ffd0a5f468fd0fa ()
tree916957fa57658e91b51fc8aa9eda938e64843395 /variable.c
parent386a00663092fc5eff0770dcb4b4ce5d6797dd74 (diff)
Remove unneeded RUBY_FUNC_EXPORTED
-rw-r--r--variable.c4
1 files changed, 2 insertions, 2 deletions
@@ -1166,7 +1166,7 @@ rb_free_generic_ivar(VALUE obj)
}
}
-RUBY_FUNC_EXPORTED 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
rb_autoload(VALUE module, ID name, const char *feature)
{
if (!feature || !*feature) {