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:
Peter Zhu 2024-12-04 14:29:47 -05:00
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
View file

@ -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