still misbehaving (going to try alignas next...)

This commit is contained in:
2024-12-07 20:49:43 -05:00
parent 99dbc499fa
commit c016e245eb
3 changed files with 71 additions and 71 deletions

View File

@ -237,15 +237,15 @@ int gen_main()
R"(#define AST_ArrSpecs_Cap \
( \
AST_POD_Size \
- sizeof(StringCached) \
- sizeof(AST*) * 3 \
- sizeof(Token*) \
- sizeof(AST*) \
- sizeof(StringCached) \
- sizeof(CodeType) \
- sizeof(ModuleFlag) \
- sizeof(int) \
- sizeof(u32) \
) \
/ sizeof(int) - 1
/ sizeof(Specifier) - 1
)"
));
ast.append(def);