From: ceriel Date: Thu, 2 Apr 1987 13:02:16 +0000 (+0000) Subject: improved call to C_lin X-Git-Tag: release-5-5~4243 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=1fdfb2b738f75df51eb71ec7b32c2a9bfff941f6;p=ack.git improved call to C_lin --- diff --git a/lang/cem/cemcom/code.c b/lang/cem/cemcom/code.c index 3da27012a..30825dc6e 100644 --- a/lang/cem/cemcom/code.c +++ b/lang/cem/cemcom/code.c @@ -494,7 +494,7 @@ code_expr(expr, val, code, tlbl, flbl) lin instruction. EVAL() is called directly. */ if (! options['L']) /* profiling */ - C_lin((arith)LineNumber); + C_lin((arith)(expr->ex_line)); EVAL(expr, val, code, tlbl, flbl); }