From 11842e5dfa0c31e051c097fc78e80c8ce500bbeb Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Fri, 16 Jul 2021 11:25:07 +0200 Subject: [PATCH] Is builtin should be : 1 --- src/compiler/compiler_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compiler_internal.h b/src/compiler/compiler_internal.h index 2010634fb..a9a8b0e8c 100644 --- a/src/compiler/compiler_internal.h +++ b/src/compiler/compiler_internal.h @@ -358,7 +358,7 @@ typedef struct { struct { - bool is_builtin; + bool is_builtin : 1; bool attr_weak : 1; bool attr_noreturn : 1; bool attr_inline : 1;