[PATCH 1/6] jscript: Move parser related declarations to separated header.

Jacek Caban jacek at codeweavers.com
Tue Sep 30 09:51:14 CDT 2014


---
 dlls/jscript/compile.c |   1 +
 dlls/jscript/engine.c  |  15 +++
 dlls/jscript/engine.h  | 355
+------------------------------------------------
 dlls/jscript/lex.c     |   1 +
 dlls/jscript/parser.h  | 354
++++++++++++++++++++++++++++++++++++++++++++++++
 dlls/jscript/parser.y  |   1 +
 6 files changed, 374 insertions(+), 353 deletions(-)
 create mode 100644 dlls/jscript/parser.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-jscript-Move-parser-related-declarations-to-separated.diff
Type: text/x-patch
Size: 18080 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140930/58482a38/attachment-0001.bin>


More information about the wine-patches mailing list