diff options
Diffstat (limited to 'src/compiler/ast-tree.h')
-rw-r--r-- | src/compiler/ast-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index c5f8dd5..7590003 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -15,7 +15,7 @@ typedef enum AstTreeToken { AST_TREE_TOKEN_TYPE_U64, AST_TREE_TOKEN_FUNCTION_CALL, - AST_TREE_TOKEN_VARIABLE, + AST_TREE_TOKEN_CONSTANT, AST_TREE_TOKEN_VALUE_U64, AST_TREE_TOKEN_NONE, |