Singleheader now compiles with new build script on both clang & msvc

This commit is contained in:
2023-08-20 10:17:55 -04:00
parent 11679ba8b4
commit 37d9782cf2
2 changed files with 76 additions and 21 deletions

View File

@ -214,7 +214,7 @@ struct AST
- sizeof(ModuleFlag)
- sizeof(u32)
)
/ sizeof(SpecifierT); // -1 for 4 extra bytes
/ sizeof(SpecifierT) - 1; // -1 for 4 extra bytes
union {
struct