Regen test cases for yacc(1) after r274460. YYINT is int now.
PR: 194982
This commit is contained in:
parent
6cedba80db
commit
bc10954c50
@ -150,7 +150,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 258
|
||||
#define UMINUS 259
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT calc_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -175,7 +175,7 @@ extern int YYPARSE_DECL();
|
||||
#define CONST 259
|
||||
#define UMINUS 260
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT calc1_lhs[] = { -1,
|
||||
3, 3, 0, 0, 0, 0, 0, 1, 1, 1,
|
||||
1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
|
||||
|
@ -152,7 +152,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 258
|
||||
#define UMINUS 259
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT calc2_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -157,7 +157,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 258
|
||||
#define UMINUS 259
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT calc3_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -160,7 +160,7 @@ typedef int YYSTYPE;
|
||||
#define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
|
||||
|
||||
extern int YYPARSE_DECL();
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
extern YYINT yylhs[];
|
||||
extern YYINT yylen[];
|
||||
extern YYINT yydefred[];
|
||||
|
@ -1,4 +1,4 @@
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
const YYINT calc_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -152,7 +152,7 @@ typedef int YYSTYPE;
|
||||
#define YYTRANSLATE(a) ((a) > YYMAXTOKEN ? YYUNDFTOKEN : (a))
|
||||
|
||||
extern int YYPARSE_DECL();
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
extern YYINT yylhs[];
|
||||
extern YYINT yylen[];
|
||||
extern YYINT yydefred[];
|
||||
|
@ -1,4 +1,4 @@
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
const YYINT error_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -144,7 +144,7 @@ typedef int YYSTYPE;
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT empty_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -134,7 +134,7 @@ static void yyerror(const char *);
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT err_syntax10_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -140,7 +140,7 @@ typedef int YYSTYPE;
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT err_syntax11_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -141,7 +141,7 @@ extern int YYPARSE_DECL();
|
||||
|
||||
#define text 456
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT err_syntax12_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -140,7 +140,7 @@ typedef int YYSTYPE;
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT err_syntax18_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -135,7 +135,7 @@ extern int YYPARSE_DECL();
|
||||
|
||||
#define recur 257
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT err_syntax20_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -140,7 +140,7 @@ typedef int YYSTYPE;
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT error_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -453,7 +453,7 @@ extern int YYPARSE_DECL();
|
||||
#define T_ASMARG 290
|
||||
#define T_VA_DCL 291
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT grammar_lhs[] = { -1,
|
||||
0, 0, 26, 26, 27, 27, 27, 27, 27, 27,
|
||||
27, 31, 30, 30, 28, 28, 34, 28, 32, 32,
|
||||
|
@ -178,7 +178,7 @@ extern int YYPARSE_DECL();
|
||||
#define VT 272
|
||||
#define UMINUS 273
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT ok_syntax1_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -160,7 +160,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 258
|
||||
#define UMINUS 259
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT calc_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -152,7 +152,7 @@ typedef int YYSTYPE;
|
||||
extern int YYPARSE_DECL();
|
||||
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT error_lhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -162,7 +162,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc2_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -162,7 +162,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc2_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc3_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc3_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc4_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -156,7 +156,7 @@ extern int YYPARSE_DECL();
|
||||
#define LETTER 270
|
||||
#define UMINUS 271
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT quote_calc4_lhs[] = { -1,
|
||||
0, 0, 0, 1, 1, 2, 2, 2, 2, 2,
|
||||
2, 2, 2, 2, 2, 2, 3, 3,
|
||||
|
@ -16,7 +16,7 @@
|
||||
#line 17 "rename_debug.c"
|
||||
#include "rename_debug.i"
|
||||
#include "rename_debug.h"
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT yylhs[] = { -1,
|
||||
0,
|
||||
};
|
||||
|
@ -176,7 +176,7 @@ extern int YYPARSE_DECL();
|
||||
#define CONST 259
|
||||
#define UMINUS 260
|
||||
#define YYERRCODE 256
|
||||
typedef short YYINT;
|
||||
typedef int YYINT;
|
||||
static const YYINT varsyntax_calc1_lhs[] = { -1,
|
||||
3, 3, 0, 0, 0, 0, 0, 1, 1, 1,
|
||||
1, 1, 1, 1, 1, 2, 2, 2, 2, 2,
|
||||
|
Loading…
x
Reference in New Issue
Block a user