mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Is builtin should be : 1
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user