Skip to content

Commit

Permalink
Compiler update
Browse files Browse the repository at this point in the history
  • Loading branch information
koder77 committed Jul 25, 2022
1 parent e374032 commit eca5aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion comp/main.c
Expand Up @@ -1156,7 +1156,7 @@ S2 parse_line (U1 *line)
if (strcmp ((const char *) ast[level].expr[j][last_arg], "=") == 0)
{
// do variable assign
#

target_var_type = getvartype_real (ast[level].expr[j][last_arg - 1]);

if (expression_var_type_max > target_var_type)
Expand Down

0 comments on commit eca5aaa

Please sign in to comment.