From 7def336c06c38a9fd9104bb157cb2238bc89585d Mon Sep 17 00:00:00 2001 From: A404M Date: Sun, 11 May 2025 21:16:15 +0330 Subject: reverting some choices for better future --- src/compiler/ast-tree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index 9eda3f0..5548c60 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -373,7 +373,7 @@ AstTree *astTreeParseBracket(const ParserNode *parserNode, AstTreeHelper *helper, AstTreeToken token); bool isFunction(AstTree *value); -bool isConst(AstTree *tree, bool byValue); +bool isConst(AstTree *tree); AstTree *makeTypeOf(AstTree *value); bool typeIsEqual(AstTree *type0, AstTree *type1); bool typeIsEqualBack(const AstTree *type0, const AstTree *type1); -- cgit v1.2.3