diff --git a/src/include/ast.h b/src/include/ast.h index 31ea3b6..cbe6fd0 100644 --- a/src/include/ast.h +++ b/src/include/ast.h @@ -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).