* rcparse.y (resid): Allow control text to span multiple lines.

This commit is contained in:
Brian Dessent 2008-03-16 07:26:56 +00:00
parent 6ad2759d49
commit c59aaa8345
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-03-16 Brian Dessent <brian@dessent.net>
* rcparse.y (resid): Allow control text to span multiple lines.
2008-03-13 Alan Modra <amodra@bigpond.net.au>
* readelf.c: Use %u throughout when printing sh_link or sh_info,

View File

@ -926,7 +926,7 @@ resid:
$$.named = 0;
$$.u.id = $1;
}
| res_unicode_string
| res_unicode_string_concat
{
$$.named = 1;
$$.u.n.name = $1;