mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
regen
This commit is contained in:
491
src/parse-gram.c
491
src/parse-gram.c
File diff suppressed because it is too large
Load Diff
@@ -1,8 +1,8 @@
|
|||||||
/* A Bison parser, made by GNU Bison 2.6.5.63-3ada. */
|
/* A Bison parser, made by GNU Bison 2.7.12-4996. */
|
||||||
|
|
||||||
/* Bison interface for Yacc-like parsers in C
|
/* Bison interface for Yacc-like parsers in C
|
||||||
|
|
||||||
Copyright (C) 1984, 1989-1990, 2000-2012 Free Software Foundation, Inc.
|
Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@@ -30,8 +30,8 @@
|
|||||||
This special exception was added by the Free Software Foundation in
|
This special exception was added by the Free Software Foundation in
|
||||||
version 2.2 of Bison. */
|
version 2.2 of Bison. */
|
||||||
|
|
||||||
#ifndef YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED
|
#ifndef YY_GRAM__SRC_PARSE_GRAM_H_INCLUDED
|
||||||
# define YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED
|
# define YY_GRAM__SRC_PARSE_GRAM_H_INCLUDED
|
||||||
/* Enabling traces. */
|
/* Enabling traces. */
|
||||||
#ifndef GRAM_DEBUG
|
#ifndef GRAM_DEBUG
|
||||||
# if defined YYDEBUG
|
# if defined YYDEBUG
|
||||||
@@ -175,7 +175,7 @@ extern int gram_debug;
|
|||||||
#if ! defined GRAM_STYPE && ! defined GRAM_STYPE_IS_DECLARED
|
#if ! defined GRAM_STYPE && ! defined GRAM_STYPE_IS_DECLARED
|
||||||
typedef union GRAM_STYPE
|
typedef union GRAM_STYPE
|
||||||
{
|
{
|
||||||
/* Line 2042 of yacc.c */
|
/* Line 2053 of yacc.c */
|
||||||
#line 115 "parse-gram.y"
|
#line 115 "parse-gram.y"
|
||||||
|
|
||||||
symbol *symbol;
|
symbol *symbol;
|
||||||
@@ -189,7 +189,7 @@ typedef union GRAM_STYPE
|
|||||||
named_ref *named_ref;
|
named_ref *named_ref;
|
||||||
|
|
||||||
|
|
||||||
/* Line 2042 of yacc.c */
|
/* Line 2053 of yacc.c */
|
||||||
#line 194 "parse-gram.h"
|
#line 194 "parse-gram.h"
|
||||||
} GRAM_STYPE;
|
} GRAM_STYPE;
|
||||||
# define GRAM_STYPE_IS_TRIVIAL 1
|
# define GRAM_STYPE_IS_TRIVIAL 1
|
||||||
@@ -225,4 +225,4 @@ int gram_parse ();
|
|||||||
#endif
|
#endif
|
||||||
#endif /* ! YYPARSE_PARAM */
|
#endif /* ! YYPARSE_PARAM */
|
||||||
|
|
||||||
#endif /* !YY_GRAM__________SRC_PARSE_GRAM_H_INCLUDED */
|
#endif /* !YY_GRAM__SRC_PARSE_GRAM_H_INCLUDED */
|
||||||
|
|||||||
Reference in New Issue
Block a user