From 2316751587cf3998112f4e076b5b33080ce66124 Mon Sep 17 00:00:00 2001 From: A404M Date: Sat, 29 Mar 2025 20:05:54 +0330 Subject: fix bug in conditions --- src/compiler/ast-tree.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compiler/ast-tree.h') diff --git a/src/compiler/ast-tree.h b/src/compiler/ast-tree.h index a553a1d..d6c2523 100644 --- a/src/compiler/ast-tree.h +++ b/src/compiler/ast-tree.h @@ -252,6 +252,7 @@ bool isCircularDependenciesVariable(AstTreeHelper *helper, bool setAllTypesRoot(AstTreeRoot *root, AstTreeHelper *helper); bool setAllTypes(AstTree *tree, AstTreeSetTypesHelper helper, AstTreeFunction *function); +bool setTypesValueBool(AstTree *tree, AstTreeSetTypesHelper helper); bool setTypesValueInt(AstTree *tree, AstTreeSetTypesHelper helper); bool setTypesValueFloat(AstTree *tree, AstTreeSetTypesHelper helper); bool setTypesValueNull(AstTree *tree, AstTreeSetTypesHelper helper); -- cgit v1.2.3