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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user