diff options
| -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); |
