diff options
| author | Peter Zhu <peter@peterzhu.ca> | 2024-06-20 11:34:52 -0400 |
|---|---|---|
| committer | Peter Zhu <peter@peterzhu.ca> | 2024-06-20 11:34:52 -0400 |
| commit | f5fd87b695a0e3b696651503d4eceaa17876fab2 (patch) | |
| tree | 6e207dbacacc1e7cd7c90b57511580d383294ea8 | |
| parent | a47a176768c637b7d5158a31a5902b2e680fa47f (diff) | |
Make ruby_external_gc_init static
This function is not used outside of gc.c.
| -rw-r--r-- | gc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1864,7 +1864,7 @@ static void *rb_gc_impl_objspace_alloc(void); # define RUBY_GC_LIBRARY_PATH "RUBY_GC_LIBRARY_PATH" -void +static void ruby_external_gc_init(void) { char *gc_so_path = getenv(RUBY_GC_LIBRARY_PATH); |
