1305100Scy/* A Bison parser, made by GNU Bison 3.0.2.  */
2305100Scy
3305100Scy/* Bison interface for Yacc-like parsers in C
4305100Scy
5305100Scy   Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
6305100Scy
7305100Scy   This program is free software: you can redistribute it and/or modify
8305100Scy   it under the terms of the GNU General Public License as published by
9305100Scy   the Free Software Foundation, either version 3 of the License, or
10305100Scy   (at your option) any later version.
11305100Scy
12305100Scy   This program is distributed in the hope that it will be useful,
13305100Scy   but WITHOUT ANY WARRANTY; without even the implied warranty of
14305100Scy   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15305100Scy   GNU General Public License for more details.
16305100Scy
17305100Scy   You should have received a copy of the GNU General Public License
18305100Scy   along with this program.  If not, see <http://www.gnu.org/licenses/>.  */
19305100Scy
20305100Scy/* As a special exception, you may create a larger work that contains
21305100Scy   part or all of the Bison parser skeleton and distribute that work
22305100Scy   under terms of your choice, so long as that work isn't itself a
23305100Scy   parser generator using the skeleton or a modified version thereof
24305100Scy   as a parser skeleton.  Alternatively, if you modify or redistribute
25305100Scy   the parser skeleton itself, you may (at your option) remove this
26305100Scy   special exception, which will cause the skeleton and the resulting
27305100Scy   Bison output files to be licensed under the GNU General Public
28305100Scy   License without this special exception.
29305100Scy
30305100Scy   This special exception was added by the Free Software Foundation in
31305100Scy   version 2.2 of Bison.  */
32305100Scy
33305100Scy#ifndef YY_NULL_NULL_GRAM_H_INCLUDED
34305100Scy# define YY_NULL_NULL_GRAM_H_INCLUDED
35305100Scy/* Debug traces.  */
36305100Scy#ifndef YYDEBUG
37305100Scy# define YYDEBUG 0
38305100Scy#endif
39305100Scy#if YYDEBUG
40305100Scyextern int null_debug;
41305100Scy#endif
42305100Scy
43305100Scy
44305100Scy/* Value type.  */
45305100Scy#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
46305100Scytypedef int YYSTYPE;
47305100Scy# define YYSTYPE_IS_TRIVIAL 1
48305100Scy# define YYSTYPE_IS_DECLARED 1
49305100Scy#endif
50305100Scy
51305100Scy
52305100Scyextern YYSTYPE null_lval;
53305100Scy
54305100Scyint null_parse (void);
55305100Scy
56305100Scy#endif /* !YY_NULL_NULL_GRAM_H_INCLUDED  */
57