PR gas/13624

* app.c (app_push): Set 'add_newlines' to zero after saving.
This commit is contained in:
Nick Clifton 2012-01-26 14:56:49 +00:00
parent 1712e1d4f7
commit f8819316e7
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2012-01-26 Alexey Makhalov <makhaloff@gmail.com>
PR gas/13624
* app.c (app_push): Set 'add_newlines' to zero after saving.
2012-01-24 DJ Delorie <dj@redhat.com>
* config/rl78-parse.y (NOT1): Add.

View File

@ -275,6 +275,7 @@ app_push (void)
state = 0;
saved_input = NULL;
add_newlines = 0;
return (char *) saved;
}