newer version

This commit is contained in:
ceriel
1986-04-08 23:34:10 +00:00
parent 629b8fdb88
commit 6ff4d852e1
8 changed files with 190 additions and 22 deletions

View File

@@ -91,6 +91,7 @@ ConstExpression(struct node **pnd;):
( debug("Constant expression:"),
PrNode(*pnd)));
(void) chk_expr(*pnd, 1);
DO_DEBUG(3, PrNode(*pnd));
}
;