Module: wine Branch: master Commit: 615f6a6e8b13f33226263131e358ee7b1aad1ba7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=615f6a6e8b13f33226263131e3...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Sep 30 16:51:14 2014 +0200
jscript: Move parser related declarations to separated header.
---
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(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=615f6a6e8b13f332262631...