From 2622d792969ab53275b84b6df6094902c6309c80 Mon Sep 17 00:00:00 2001 From: Satoshi Tagomori Date: Tue, 12 Aug 2025 10:09:28 +0900 Subject: [PATCH] fix the wrong patch: 6cea12a4de44e0c072e33eca51b57965068b474a --- builtin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin.c b/builtin.c index d91ab2157c..657143a739 100644 --- a/builtin.c +++ b/builtin.c @@ -78,7 +78,7 @@ void Init_builtin_features(void) { -#ifndef BUILTIN_BINARY_SIZE +#ifdef BUILTIN_BINARY_SIZE load_with_builtin_functions("gem_prelude", NULL);