mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-14 18:51:47 -07:00
New build script works for clang and msvc!
Need to update singleheader and test to use it.
This commit is contained in:
@ -214,7 +214,7 @@ struct AST
|
||||
- sizeof(ModuleFlag)
|
||||
- sizeof(u32)
|
||||
)
|
||||
/ sizeof(SpecifierT) - 1; // -1 for 4 extra bytes
|
||||
/ sizeof(SpecifierT); // -1 for 4 extra bytes
|
||||
|
||||
union {
|
||||
struct
|
||||
|
Reference in New Issue
Block a user