Is builtin should be : 1

This commit is contained in:
Christoffer Lerno
2021-07-16 11:25:07 +02:00
parent 22fb7b4bcc
commit 11842e5dfa

View File

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