some small corrections in the lint part

This commit is contained in:
dick
1989-10-10 11:21:55 +00:00
parent 70db8e4c85
commit a947b16247
5 changed files with 18 additions and 8 deletions

View File

@@ -138,6 +138,9 @@ if_statement
'('
expression(&expr)
{
#ifdef DEBUG
print_expr("expr in IF", expr);
#endif DEBUG
opnd2test(&expr, IF);
if (is_cp_cst(expr)) {
/* The comparison has been optimized