(stmt, FOR case): Do call position_after_white_space

after recording the current lineno for the increment.

From-SVN: r3051
This commit is contained in:
Richard Stallman 1993-01-02 04:27:50 +00:00
parent 98ed4b49d9
commit d54d8150fe
1 changed files with 2 additions and 1 deletions

View File

@ -1605,7 +1605,8 @@ stmt:
clear_momentary during the parsing of the next stmt. */
push_momentary ();
$<lineno>7 = lineno;
$<filename>8 = input_filename; }
$<filename>8 = input_filename;
position_after_white_space (); }
lineno_labeled_stmt
{ /* Emit the increment expression, with a line number. */
emit_line_note ($<filename>8, $<lineno>7);