Module: wine Branch: master Commit: 84ed86c4311dcf00b839ccef2b3a613a2b7ecc5c URL: http://source.winehq.org/git/wine.git/?a=commit;h=84ed86c4311dcf00b839ccef2b...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Mar 14 12:32:43 2012 +0100
jscript: Get rid of no longer needed caller argument from builtin_invoke_t.
---
dlls/jscript/activex.c | 2 +- dlls/jscript/array.c | 41 +++++++++--------- dlls/jscript/bool.c | 8 ++-- dlls/jscript/date.c | 98 ++++++++++++++++++++++---------------------- dlls/jscript/dispex.c | 8 ++-- dlls/jscript/error.c | 20 ++++---- dlls/jscript/function.c | 46 ++++++++++---------- dlls/jscript/global.c | 106 +++++++++++++++++++++++----------------------- dlls/jscript/jscript.h | 4 +- dlls/jscript/math.c | 36 ++++++++-------- dlls/jscript/number.c | 16 ++++---- dlls/jscript/object.c | 16 ++++---- dlls/jscript/regexp.c | 24 +++++----- dlls/jscript/string.c | 102 ++++++++++++++++++++++---------------------- dlls/jscript/vbarray.c | 14 +++--- 15 files changed, 270 insertions(+), 271 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=84ed86c4311dcf00b839cc...