mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix error printing for basic directives
This commit is contained in:
@@ -39,6 +39,7 @@ Type_Info_Record :: struct #ordered {
|
||||
Type_Info :: union {
|
||||
size: int,
|
||||
align: int,
|
||||
|
||||
Named{name: string, base: ^Type_Info},
|
||||
Integer{signed: bool},
|
||||
Float{},
|
||||
|
||||
Reference in New Issue
Block a user