mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 06:38:47 +00:00
flags: Rename varg to overflow, let it be renamed with config
This commit is contained in:
@@ -4,7 +4,7 @@ import "core:os"
|
||||
|
||||
Parse_Error_Reason :: enum {
|
||||
None,
|
||||
// An extra positional argument was given, and there is no `varg` field.
|
||||
// An extra positional argument was given, and there is no `overflow` field.
|
||||
Extra_Positional,
|
||||
// The underlying type does not support the string value it is being set to.
|
||||
Bad_Value,
|
||||
|
||||
Reference in New Issue
Block a user