From 4b0244a1f3a0612b4f3c1162b79f621bac3944e0 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Fri, 12 Jul 2024 09:29:14 -0400 Subject: [PATCH] Rename GC_IMPL_H macro to GC_GC_IMPL_H --- gc/gc_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gc/gc_impl.h b/gc/gc_impl.h index a68b2a7932..ab21e4e81b 100644 --- a/gc/gc_impl.h +++ b/gc/gc_impl.h @@ -1,5 +1,5 @@ -#ifndef GC_IMPL_H -#define GC_IMPL_H +#ifndef GC_GC_IMPL_H +#define GC_GC_IMPL_H #include "ruby/ruby.h"