[RFC] jscript: Fix shift/reduce conflict by removing redundant FunctionDeclaration rule.

Rob Shearman robertshearman at gmail.com
Wed Oct 15 08:12:13 CDT 2008


The rule is implemented by FunctionExpression which is reduced using
the Statement rule.
---
 dlls/jscript/parser.y |   37 -------------------------------------
 1 files changed, 0 insertions(+), 37 deletions(-)

The tests pass with this change, but I haven't looked in detail as to
whether it will break anything. Jacek, can you check that your
applications that use jscript still work after this patch is applied?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 4347e586bf28972ab620c9caa2358ed2b2ae08d6.diff
Type: text/x-patch
Size: 3548 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20081015/831e8bee/attachment-0001.bin 


More information about the wine-devel mailing list