* 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

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