mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-26 07:25:00 -07:00
Minor change to handling of propagation of errors with --- as a value
This commit is contained in:
+1
-1
@@ -373,7 +373,7 @@ gb_global char const *union_type_kind_strings[UnionType_COUNT] = {
|
||||
Entity *entity; \
|
||||
}) \
|
||||
AST_KIND(Implicit, "implicit", Token) \
|
||||
AST_KIND(Undef, "undef", Token) \
|
||||
AST_KIND(Uninit, "uninitialized value", Token) \
|
||||
AST_KIND(BasicLit, "basic literal", struct { \
|
||||
Token token; \
|
||||
}) \
|
||||
|
||||
Reference in New Issue
Block a user