aboutsummaryrefslogtreecommitdiff
path: root/binutils/rcparse.y
diff options
context:
space:
mode:
authorBrian Dessent <brian@dessent.net>2008-03-16 07:26:56 +0000
committerBrian Dessent <brian@dessent.net>2008-03-16 07:26:56 +0000
commitc59aaa8345ce853b2529ecc812714546f25e83c5 (patch)
tree9b316b16d6cf802fd7108ae505f6c26ecdcc8d7c /binutils/rcparse.y
parent6ad2759d497ce67f352700cee4eec040c4b0683c (diff)
downloadfsf-binutils-gdb-c59aaa8345ce853b2529ecc812714546f25e83c5.zip
fsf-binutils-gdb-c59aaa8345ce853b2529ecc812714546f25e83c5.tar.gz
fsf-binutils-gdb-c59aaa8345ce853b2529ecc812714546f25e83c5.tar.bz2
* rcparse.y (resid): Allow control text to span multiple lines.
Diffstat (limited to 'binutils/rcparse.y')
-rw-r--r--binutils/rcparse.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/rcparse.y b/binutils/rcparse.y
index 00a060d..9b72068 100644
--- a/binutils/rcparse.y
+++ b/binutils/rcparse.y
@@ -926,7 +926,7 @@ resid:
$$.named = 0;
$$.u.id = $1;
}
- | res_unicode_string
+ | res_unicode_string_concat
{
$$.named = 1;
$$.u.n.name = $1;