From 192a555c9ab425fa8e18ee5bed84a8c2fd527200 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 12 Nov 2010 13:15:57 +1100 Subject: heimdal regenate lex and yacc files --- source4/heimdal/lib/hx509/sel-gram.h | 95 ++++-------------------------------- 1 file changed, 10 insertions(+), 85 deletions(-) (limited to 'source4/heimdal/lib/hx509/sel-gram.h') diff --git a/source4/heimdal/lib/hx509/sel-gram.h b/source4/heimdal/lib/hx509/sel-gram.h index e98343fdd1..aa9642795d 100644 --- a/source4/heimdal/lib/hx509/sel-gram.h +++ b/source4/heimdal/lib/hx509/sel-gram.h @@ -1,89 +1,14 @@ - -/* A Bison parser, made by GNU Bison 2.4.1. */ - -/* Skeleton interface for Bison's Yacc-like parsers in C - - Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006 - Free Software Foundation, Inc. - - 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 - the Free Software Foundation, either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . */ - -/* As a special exception, you may create a larger work that contains - part or all of the Bison parser skeleton and distribute that work - under terms of your choice, so long as that work isn't itself a - parser generator using the skeleton or a modified version thereof - as a parser skeleton. Alternatively, if you modify or redistribute - the parser skeleton itself, you may (at your option) remove this - special exception, which will cause the skeleton and the resulting - Bison output files to be licensed under the GNU General Public - License without this special exception. - - This special exception was added by the Free Software Foundation in - version 2.2 of Bison. */ - - -/* Tokens. */ -#ifndef YYTOKENTYPE -# define YYTOKENTYPE - /* Put the tokens into the symbol table, so that GDB and other debuggers - know about them. */ - enum yytokentype { - kw_TRUE = 258, - kw_FALSE = 259, - kw_AND = 260, - kw_OR = 261, - kw_IN = 262, - kw_TAILMATCH = 263, - NUMBER = 264, - STRING = 265, - IDENTIFIER = 266 - }; -#endif -/* Tokens. */ -#define kw_TRUE 258 -#define kw_FALSE 259 -#define kw_AND 260 -#define kw_OR 261 -#define kw_IN 262 -#define kw_TAILMATCH 263 -#define NUMBER 264 -#define STRING 265 -#define IDENTIFIER 266 - - - - -#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED -typedef union YYSTYPE -{ - -/* Line 1676 of yacc.c */ -#line 45 "heimdal/lib/hx509/sel-gram.y" - +#define kw_TRUE 257 +#define kw_FALSE 258 +#define kw_AND 259 +#define kw_OR 260 +#define kw_IN 261 +#define kw_TAILMATCH 262 +#define NUMBER 263 +#define STRING 264 +#define IDENTIFIER 265 +typedef union { char *string; struct hx_expr *expr; - - - -/* Line 1676 of yacc.c */ -#line 81 "heimdal/lib/hx509/sel-gram.y" } YYSTYPE; -# define YYSTYPE_IS_TRIVIAL 1 -# define yystype YYSTYPE /* obsolescent; will be withdrawn */ -# define YYSTYPE_IS_DECLARED 1 -#endif - extern YYSTYPE yylval; - - -- cgit