* rcparse.y (resid): Allow control text to span multiple lines.
This commit is contained in:
parent
6ad2759d49
commit
c59aaa8345
2 changed files with 5 additions and 1 deletions
|
@ -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,
|
||||
|
|
|
@ -926,7 +926,7 @@ resid:
|
|||
$$.named = 0;
|
||||
$$.u.id = $1;
|
||||
}
|
||||
| res_unicode_string
|
||||
| res_unicode_string_concat
|
||||
{
|
||||
$$.named = 1;
|
||||
$$.u.n.name = $1;
|
||||
|
|
Loading…
Add table
Reference in a new issue