aboutsummaryrefslogtreecommitdiffstats
path: root/gc.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-08 16:24:24 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-08 16:30:28 +0900
commit20971799f26c6466f63ab179ce2d3384155b9760 (patch)
treef73fc19a8615de76a8a28b940fea3e40657d4c81 /gc.c
parent6e72b72881b42e28d2f97ee023587e3d071fb64b (diff)
downloadruby-20971799f26c6466f63ab179ce2d3384155b9760.tar.gz
Renamed `load_*.inc` as `*.rbinc` to utilize a suffix rule
Diffstat (limited to 'gc.c')
-rw-r--r--gc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gc.c b/gc.c
index 06d9fee5d0..7fd80a3607 100644
--- a/gc.c
+++ b/gc.c
@@ -11801,7 +11801,7 @@ rb_gcdebug_remove_stress_to_class(int argc, VALUE *argv, VALUE self)
* See also GC.count, GC.malloc_allocated_size and GC.malloc_allocations
*/
-#include "load_gc.inc"
+#include "gc.rbinc"
void
Init_GC(void)