···11+/* A Bison parser, made by GNU Bison 3.0. */
22+33+/* Bison interface for Yacc-like parsers in C
44+55+ Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
66+77+ This program is free software: you can redistribute it and/or modify
88+ it under the terms of the GNU General Public License as published by
99+ the Free Software Foundation, either version 3 of the License, or
1010+ (at your option) any later version.
1111+1212+ This program is distributed in the hope that it will be useful,
1313+ but WITHOUT ANY WARRANTY; without even the implied warranty of
1414+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1515+ GNU General Public License for more details.
1616+1717+ You should have received a copy of the GNU General Public License
1818+ along with this program. If not, see <http://www.gnu.org/licenses/>. */
1919+2020+/* As a special exception, you may create a larger work that contains
2121+ part or all of the Bison parser skeleton and distribute that work
2222+ under terms of your choice, so long as that work isn't itself a
2323+ parser generator using the skeleton or a modified version thereof
2424+ as a parser skeleton. Alternatively, if you modify or redistribute
2525+ the parser skeleton itself, you may (at your option) remove this
2626+ special exception, which will cause the skeleton and the resulting
2727+ Bison output files to be licensed under the GNU General Public
2828+ License without this special exception.
2929+3030+ This special exception was added by the Free Software Foundation in
3131+ version 2.2 of Bison. */
3232+3333+#ifndef YY_CC_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_CC_PARSER_TAB_H_INCLUDED
3434+# define YY_CC_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_CC_PARSER_TAB_H_INCLUDED
3535+/* Debug traces. */
3636+#ifndef YYDEBUG
3737+# define YYDEBUG 0
3838+#endif
3939+#if YYDEBUG
4040+extern int cc_parser_debug;
4141+#endif
4242+4343+/* Token type. */
4444+#ifndef YYTOKENTYPE
4545+# define YYTOKENTYPE
4646+ enum yytokentype
4747+ {
4848+ tEQ = 258,
4949+ tEQEQ = 259,
5050+ tNEQ = 260,
5151+ tNEQEQ = 261,
5252+ tLSHIFT = 262,
5353+ tRSHIFT = 263,
5454+ tRRSHIFT = 264,
5555+ tOR = 265,
5656+ tAND = 266,
5757+ tLEQ = 267,
5858+ tGEQ = 268,
5959+ tCCValue = 269
6060+ };
6161+#endif
6262+6363+/* Value type. */
6464+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
6565+typedef union YYSTYPE YYSTYPE;
6666+union YYSTYPE
6767+{
6868+#line 36 "cc_parser.y" /* yacc.c:1909 */
6969+7070+ ccval_t ccval;
7171+7272+#line 73 "cc_parser.tab.h" /* yacc.c:1909 */
7373+};
7474+# define YYSTYPE_IS_TRIVIAL 1
7575+# define YYSTYPE_IS_DECLARED 1
7676+#endif
7777+7878+7979+8080+int cc_parser_parse (parser_ctx_t *ctx);
8181+8282+#endif /* !YY_CC_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_CC_PARSER_TAB_H_INCLUDED */
···1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1717 */
18181919+#include <math.h>
2020+1921#include "jscript.h"
2222+#include "regexp.h"
2323+2424+#include "wine/debug.h"
2525+2626+WINE_DEFAULT_DEBUG_CHANNEL(jscript);
20272128typedef struct {
2229 jsdisp_t dispex;
+4
dll/win32/jscript/jsstr.c
···1616 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
1717 */
18181919+#include <assert.h>
2020+1921#include "jscript.h"
2222+2323+#include "wine/debug.h"
20242125/*
2226 * This is the length of a string that is considered to be long enough to be
···11-/* A Bison parser, made by GNU Bison 3.0.2. */
11+/* A Bison parser, made by GNU Bison 3.0. */
2233/* Bison interface for Yacc-like parsers in C
44···3030 This special exception was added by the Free Software Foundation in
3131 version 2.2 of Bison. */
32323333-#ifndef YY_PARSER_PARSER_TAB_H_INCLUDED
3434-# define YY_PARSER_PARSER_TAB_H_INCLUDED
3333+#ifndef YY_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_PARSER_TAB_H_INCLUDED
3434+# define YY_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_PARSER_TAB_H_INCLUDED
3535/* Debug traces. */
3636#ifndef YYDEBUG
3737# define YYDEBUG 0
···129129130130int parser_parse (parser_ctx_t *ctx);
131131132132-#endif /* !YY_PARSER_PARSER_TAB_H_INCLUDED */
132132+#endif /* !YY_PARSER_E_REACTOSSYNC_GCC_DLL_WIN32_JSCRIPT_PARSER_TAB_H_INCLUDED */
···8585reactos/dll/win32/iphlpapi # Out of sync
8686reactos/dll/win32/itircl # Synced to WineStaging-3.3
8787reactos/dll/win32/itss # Synced to WineStaging-3.3
8888-reactos/dll/win32/jscript # Synced to Wine-3.0
8888+reactos/dll/win32/jscript # Synced to WineStaging-3.3
8989reactos/dll/win32/jsproxy # Synced to WineStaging-2.16
9090reactos/dll/win32/loadperf # Synced to WineStaging-2.9
9191reactos/dll/win32/lz32 # Synced to WineStaging-2.9