mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Standardize on the name "modular GC"
We have name fragmentation for this feature, including "shared GC", "modular GC", and "external GC". This commit standardizes the feature name to "modular GC" and the implementation to "GC library".
This commit is contained in:
parent
26ab20fec1
commit
ce1ad1b816
Notes:
git
2025-04-09 13:49:37 +00:00
16 changed files with 175 additions and 175 deletions
2
main.c
2
main.c
|
@ -24,7 +24,7 @@
|
|||
#ifdef HAVE_LOCALE_H
|
||||
#include <locale.h>
|
||||
#endif
|
||||
#if USE_SHARED_GC
|
||||
#if USE_MODULAR_GC
|
||||
#include "internal/gc.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue