This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [patch]: Fix PR/5529 windres rejects paths in rc file.
Hi Kai,
this patch changes name regocnizer in rclex.c in that way, that ':', '/',
'\\', and '_' are read as postfix for named tokens too.
Please could you upload this patch to PR 5529. Once you have done that it is
approved for application to the mainline.
Cheers
Nick
2008-01-07 Kai Tietz <kai.tietz@onevision.com>
* binutils/rclex.c: (yylex): Add ':', '_', '\\', and '/' to post
characters for name tokens. PR/5529.