mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Merge pull request #1286 from DanielGavin/parser-fix
Add Any_Int as allowed flag in field signatures.
This commit is contained in:
@@ -579,6 +579,7 @@ Field_Flags_Signature :: Field_Flags{
|
|||||||
.No_Alias,
|
.No_Alias,
|
||||||
.C_Vararg,
|
.C_Vararg,
|
||||||
.Auto_Cast,
|
.Auto_Cast,
|
||||||
|
.Any_Int,
|
||||||
.Default_Parameters,
|
.Default_Parameters,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user