Module: wine Branch: master Commit: 4e79e45635682eeaed44f51285b36e63b26ffe07 URL: https://gitlab.winehq.org/wine/wine/-/commit/4e79e45635682eeaed44f51285b36e6...
Author: Jacek Caban jacek@codeweavers.com Date: Thu Jun 27 11:56:45 2024 +0200
jscript: Use designated initializers for builtin_info_t.
---
dlls/jscript/array.c | 32 +++++++++---------- dlls/jscript/arraybuf.c | 64 ++++++++++++------------------------- dlls/jscript/bool.c | 17 ++++------ dlls/jscript/date.c | 25 +++++---------- dlls/jscript/dispex.c | 8 +---- dlls/jscript/engine.c | 14 +++------ dlls/jscript/enumerator.c | 30 +++++------------- dlls/jscript/error.c | 18 ++++------- dlls/jscript/function.c | 80 ++++++++++++++++++----------------------------- dlls/jscript/global.c | 9 ++---- dlls/jscript/jscript.c | 9 +----- dlls/jscript/json.c | 9 ++---- dlls/jscript/jsregexp.c | 42 ++++++++++--------------- dlls/jscript/math.c | 8 ++--- dlls/jscript/number.c | 15 +++------ dlls/jscript/object.c | 27 ++++++---------- dlls/jscript/set.c | 76 +++++++++++++++++--------------------------- dlls/jscript/string.c | 34 +++++++++----------- dlls/jscript/vbarray.c | 11 +++---- 19 files changed, 185 insertions(+), 343 deletions(-)