diff options
author | Peter Zhu <[email protected]> | 2024-07-09 11:01:44 -0400 |
---|---|---|
committer | Peter Zhu <[email protected]> | 2024-07-11 09:09:47 -0400 |
commit | a0469a4788d1153cbc25860d82140425763c2571 () | |
tree | 2cf7092463ba7c9174f0959cff2c40034b342b02 /template | |
parent | e5d12f9cce913d0677e3bd5135e1a6ffc2b1a272 (diff) |
Rename gc/gc_impl.c to gc/default.c
Changing the name makes it clear that this is the default GC in Ruby.
-rw-r--r-- | template/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -67,7 +67,7 @@ RUBY_VERSION_NAME = @RUBY_VERSION_NAME@ UNIVERSAL_ARCHNAMES = @UNIVERSAL_ARCHNAMES@ BUILTIN_BINARY = @X_BUILTIN_BINARY@ -BUILTIN_GC = gc_impl shared_gc_dir = @shared_gc_dir@ TESTUI = console |