X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=etc%2Fafpd%2Fspotlight_rawquery_parser.h;h=0cab7aa8c1e6f60dc69b2701dc8b612b8bb0c00f;hb=4b0e8de531c0eb79598e4a080713ece90da597e4;hp=09294aed814f7ef8c9b3142c8624831bd8c90062;hpb=4612605356d48e60d5017a8dabb4b97eff16a229;p=netatalk.git diff --git a/etc/afpd/spotlight_rawquery_parser.h b/etc/afpd/spotlight_rawquery_parser.h index 09294aed..0cab7aa8 100644 --- a/etc/afpd/spotlight_rawquery_parser.h +++ b/etc/afpd/spotlight_rawquery_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_Y_TAB_H_INCLUDED +# define YY_YY_Y_TAB_H_INCLUDED +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int yydebug; +#endif /* Tokens. */ #ifndef YYTOKENTYPE @@ -37,58 +46,54 @@ /* Put the tokens into the symbol table, so that GDB and other debuggers know about them. */ enum yytokentype { - DATE = 258, - WORD = 259, - BOOL = 260, - FUNC_INRANGE = 261, - DATE_SPEC = 262, - OBRACE = 263, - CBRACE = 264, - EQUAL = 265, - UNEQUAL = 266, - GT = 267, - LT = 268, - COMMA = 269, - QUOTE = 270, - AND = 271, - OR = 272 + WORD = 258, + BOOL = 259, + FUNC_INRANGE = 260, + DATE_ISO = 261, + OBRACE = 262, + CBRACE = 263, + EQUAL = 264, + UNEQUAL = 265, + GT = 266, + LT = 267, + COMMA = 268, + QUOTE = 269, + AND = 270, + OR = 271 }; #endif /* Tokens. */ -#define DATE 258 -#define WORD 259 -#define BOOL 260 -#define FUNC_INRANGE 261 -#define DATE_SPEC 262 -#define OBRACE 263 -#define CBRACE 264 -#define EQUAL 265 -#define UNEQUAL 266 -#define GT 267 -#define LT 268 -#define COMMA 269 -#define QUOTE 270 -#define AND 271 -#define OR 272 - +#define WORD 258 +#define BOOL 259 +#define FUNC_INRANGE 260 +#define DATE_ISO 261 +#define OBRACE 262 +#define CBRACE 263 +#define EQUAL 264 +#define UNEQUAL 265 +#define GT 266 +#define LT 267 +#define COMMA 268 +#define QUOTE 269 +#define AND 270 +#define OR 271 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { - -/* Line 2068 of yacc.c */ -#line 37 "spotlight_rawquery_parser.y" +/* Line 2058 of yacc.c */ +#line 45 "spotlight_rawquery_parser.y" int ival; const char *sval; bool bval; + time_t tval; - -/* Line 2068 of yacc.c */ -#line 92 "spotlight_rawquery_parser.h" +/* Line 2058 of yacc.c */ +#line 97 "spotlight_rawquery_parser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ @@ -97,16 +102,29 @@ 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 2058 of yacc.c */ +#line 39 "spotlight_rawquery_parser.y" -/* Line 2068 of yacc.c */ -#line 32 "spotlight_rawquery_parser.y" - + #define SPRAW_TIME_OFFSET 978307200 extern int map_spotlight_to_sparql_query(slq_t *slq, gchar **sparql_result); extern slq_t *ssp_slq; +/* Line 2058 of yacc.c */ +#line 129 "spotlight_rawquery_parser.h" -/* Line 2068 of yacc.c */ -#line 113 "spotlight_rawquery_parser.h" +#endif /* !YY_YY_Y_TAB_H_INCLUDED */