diff options
author | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-11 21:16:15 +0330 |
---|---|---|
committer | A404M <ahmadmahmoudiprogrammer@gmail.com> | 2025-05-11 21:16:15 +0330 |
commit | 7def336c06c38a9fd9104bb157cb2238bc89585d (patch) | |
tree | 86f64ea4b52aaf543b1ba0517f4623ee1775125e /src/compiler/ast-tree.h | |
parent | e12086b3a9f2610425ca6fa73749453c762eb56e (diff) |
reverting some choices for better future
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 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); |