sys/share/*_yacc.c update

For the pre-generated yacc sources, revert to the version of byacc
used for 3.6.1 and 3.6.0 to avoid unnecessary changes for 3.6.2.
This commit is contained in:
PatR
2019-03-06 11:43:27 -08:00
parent df3df3cb6f
commit 62507fa40f
4 changed files with 964 additions and 1598 deletions

View File

@@ -172,12 +172,6 @@
#define METHOD_SEL 428
#define METHOD_SEL_ARRAY 429
#define DICE 430
#ifdef YYSTYPE
#undef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
#endif
#ifndef YYSTYPE_IS_DECLARED
#define YYSTYPE_IS_DECLARED 1
typedef union
{
long i;
@@ -215,5 +209,4 @@ typedef union
char *varstr;
} meth;
} YYSTYPE;
#endif /* !YYSTYPE_IS_DECLARED */
extern YYSTYPE yylval;