From: ceriel Date: Fri, 14 Sep 1990 14:37:24 +0000 (+0000) Subject: improved line number administration X-Git-Tag: release-5-5~1545 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4900ad0743569e63d0bd38b90493aba773f9ee45;p=ack.git improved line number administration --- diff --git a/lang/m2/comp/statement.g b/lang/m2/comp/statement.g index 06ead2d16..627841690 100644 --- a/lang/m2/comp/statement.g +++ b/lang/m2/comp/statement.g @@ -38,6 +38,7 @@ statement(register t_node **pnd;) designator(pnd) [ { nd = dot2node(Stat, *pnd, NULLNODE); nd->nd_symb = '('; + nd->nd_lineno = (*pnd)->nd_lineno; } ActualParameters(&(nd->nd_right))? |