util_expr_parse.h revision b4210838c9919c418f7b7d179b1b0ae4f91347bc
03831d35f7499c87d51205817c93e9a8d42c4baestevel/* A Bison parser, made by GNU Bison 2.7.12-4996. */
03831d35f7499c87d51205817c93e9a8d42c4baestevel/* Bison interface for Yacc-like parsers in C
03831d35f7499c87d51205817c93e9a8d42c4baestevel Copyright (C) 1984, 1989-1990, 2000-2013 Free Software Foundation, Inc.
03831d35f7499c87d51205817c93e9a8d42c4baestevel This program is free software: you can redistribute it and/or modify
03831d35f7499c87d51205817c93e9a8d42c4baestevel it under the terms of the GNU General Public License as published by
03831d35f7499c87d51205817c93e9a8d42c4baestevel the Free Software Foundation, either version 3 of the License, or
03831d35f7499c87d51205817c93e9a8d42c4baestevel (at your option) any later version.
03831d35f7499c87d51205817c93e9a8d42c4baestevel This program is distributed in the hope that it will be useful,
03831d35f7499c87d51205817c93e9a8d42c4baestevel but WITHOUT ANY WARRANTY; without even the implied warranty of
03831d35f7499c87d51205817c93e9a8d42c4baestevel MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
03831d35f7499c87d51205817c93e9a8d42c4baestevel GNU General Public License for more details.
03831d35f7499c87d51205817c93e9a8d42c4baestevel You should have received a copy of the GNU General Public License
03831d35f7499c87d51205817c93e9a8d42c4baestevel along with this program. If not, see <http://www.gnu.org/licenses/>. */
03831d35f7499c87d51205817c93e9a8d42c4baestevel/* As a special exception, you may create a larger work that contains
03831d35f7499c87d51205817c93e9a8d42c4baestevel part or all of the Bison parser skeleton and distribute that work
03831d35f7499c87d51205817c93e9a8d42c4baestevel under terms of your choice, so long as that work isn't itself a
03831d35f7499c87d51205817c93e9a8d42c4baestevel parser generator using the skeleton or a modified version thereof
03831d35f7499c87d51205817c93e9a8d42c4baestevel as a parser skeleton. Alternatively, if you modify or redistribute
03831d35f7499c87d51205817c93e9a8d42c4baestevel the parser skeleton itself, you may (at your option) remove this
03831d35f7499c87d51205817c93e9a8d42c4baestevel special exception, which will cause the skeleton and the resulting
03831d35f7499c87d51205817c93e9a8d42c4baestevel Bison output files to be licensed under the GNU General Public
03831d35f7499c87d51205817c93e9a8d42c4baestevel License without this special exception.
03831d35f7499c87d51205817c93e9a8d42c4baestevel This special exception was added by the Free Software Foundation in
03831d35f7499c87d51205817c93e9a8d42c4baestevel version 2.2 of Bison. */
#ifndef YYDEBUG
# define YYDEBUG 0
#if YYDEBUG
extern int ap_expr_yydebug;
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
enum yytokentype {
typedef union YYSTYPE
/* Line 2053 of yacc.c */
char *cpVal;
int num;
/* Line 2053 of yacc.c */
} YYSTYPE;
#ifdef YYPARSE_PARAM
int ap_expr_yyparse ();
int ap_expr_yyparse ();