Rename GC_IMPL_H macro to GC_GC_IMPL_H

This commit is contained in:
Peter Zhu 2024-07-12 09:29:14 -04:00
parent 3219ecf4f6
commit 4b0244a1f3

View File

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