X-Git-Url: https://arthur.barton.de/gitweb/?p=netatalk.git;a=blobdiff_plain;f=etc%2Fspotlight%2Fslmod_sparql_parser.h;h=471e16f5285cedfc7af8010112807233d7c0f5f8;hp=058028011870503bd06cdfbbfe9a6c277d77c9fb;hb=8ccdf12308235e51f06d033b209b3ad32e8a7bd8;hpb=13bd0bfd96fcaa67b3e5d8db264951670dd4942b diff --git a/etc/spotlight/slmod_sparql_parser.h b/etc/spotlight/slmod_sparql_parser.h index 05802801..471e16f5 100644 --- a/etc/spotlight/slmod_sparql_parser.h +++ b/etc/spotlight/slmod_sparql_parser.h @@ -1,8 +1,8 @@ -/* A Bison parser, made by GNU Bison 2.5. */ +/* A Bison parser, made by GNU Bison 2.7. */ /* Bison interface for Yacc-like parsers in C - Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc. + Copyright (C) 1984, 1989-1990, 2000-2012 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 @@ -30,6 +30,15 @@ This special exception was added by the Free Software Foundation in version 2.2 of Bison. */ +#ifndef YY_YY_SLMOD_SPARQL_PARSER_H_INCLUDED +# define YY_YY_SLMOD_SPARQL_PARSER_H_INCLUDED +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int yydebug; +#endif /* Tokens. */ #ifndef YYTOKENTYPE @@ -71,12 +80,10 @@ - #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { - -/* Line 2068 of yacc.c */ +/* Line 2058 of yacc.c */ #line 45 "slmod_sparql_parser.y" int ival; @@ -85,9 +92,8 @@ typedef union YYSTYPE time_t tval; - -/* Line 2068 of yacc.c */ -#line 91 "slmod_sparql_parser.h" +/* Line 2058 of yacc.c */ +#line 97 "slmod_sparql_parser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ @@ -96,10 +102,21 @@ typedef union YYSTYPE extern YYSTYPE yylval; - +#ifdef YYPARSE_PARAM +#if defined __STDC__ || defined __cplusplus +int yyparse (void *YYPARSE_PARAM); +#else +int yyparse (); +#endif +#else /* ! YYPARSE_PARAM */ +#if defined __STDC__ || defined __cplusplus +int yyparse (void); +#else +int yyparse (); +#endif +#endif /* ! YYPARSE_PARAM */ /* "%code provides" blocks. */ - -/* Line 2068 of yacc.c */ +/* Line 2058 of yacc.c */ #line 39 "slmod_sparql_parser.y" #define SPRAW_TIME_OFFSET 978307200 @@ -107,6 +124,7 @@ extern YYSTYPE yylval; extern slq_t *ssp_slq; +/* Line 2058 of yacc.c */ +#line 129 "slmod_sparql_parser.h" -/* Line 2068 of yacc.c */ -#line 113 "slmod_sparql_parser.h" +#endif /* !YY_YY_SLMOD_SPARQL_PARSER_H_INCLUDED */