Fixed.
This commit is contained in:
parent
a6be116a2d
commit
11401e75a7
@ -15,7 +15,7 @@ typedef enum {
|
||||
AST_TYPE_LIST, // A list (variable size, variable type).
|
||||
|
||||
// Misc. types.
|
||||
AST_TYP AST_TYPE_CALL, // A function call.
|
||||
AST_TYPE_CALL, // A function call.
|
||||
AST_TYPE_VDEF, // A variable definition.
|
||||
AST_TYPE_VREF, // A variable reference.
|
||||
AST_TYPE_BLOCK, // A block of code (scope).
|
||||
|
Loading…
x
Reference in New Issue
Block a user