improved call to C_lin

This commit is contained in:
ceriel 1987-04-02 13:02:16 +00:00
parent c73f576314
commit 1fdfb2b738

View file

@ -494,7 +494,7 @@ code_expr(expr, val, code, tlbl, flbl)
lin instruction. EVAL() is called directly. lin instruction. EVAL() is called directly.
*/ */
if (! options['L']) /* profiling */ if (! options['L']) /* profiling */
C_lin((arith)LineNumber); C_lin((arith)(expr->ex_line));
EVAL(expr, val, code, tlbl, flbl); EVAL(expr, val, code, tlbl, flbl);
} }