We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8f29c commit 4a2702dCopy full SHA for 4a2702d
internal/gc.h
@@ -255,9 +255,6 @@ void ruby_sized_xfree(void *x, size_t size);
255
const char *rb_gc_active_gc_name(void);
256
int rb_gc_modular_gc_loaded_p(void);
257
258
-#if USE_MODULAR_GC
259
-void ruby_load_modular_gc_from_argv(int argc, char **argv);
260
-#endif
261
RUBY_SYMBOL_EXPORT_END
262
263
int rb_ec_stack_check(struct rb_execution_context_struct *ec);
main.c
@@ -24,9 +24,6 @@
24
#ifdef HAVE_LOCALE_H
25
#include <locale.h>
26
#endif
27
28
-#include "internal/gc.h"
29
30
31
#if defined RUBY_DEVEL && !defined RUBY_DEBUG_ENV
32
# define RUBY_DEBUG_ENV 1
0 commit comments