diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-04-05 09:06:26 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2013-04-05 09:06:26 +0000 |
commit | 697291b66c481c617cf9875497e2189bc4a4b096 (patch) | |
tree | 5c98c370bedd1d0b4cc456b94e1f7a8ceb080bff /util/configparser.h | |
parent | afb79913ce00d885b8b43f7478e1e054edadb567 (diff) |
Import unbound 1.4.20vendor/unbound/1.4.20
Notes
Notes:
svn path=/vendor/unbound/dist/; revision=249136
svn path=/vendor/unbound/1.4.20/; revision=249138; tag=vendor/unbound/1.4.20
Diffstat (limited to 'util/configparser.h')
-rw-r--r-- | util/configparser.h | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/util/configparser.h b/util/configparser.h index 06dd5d9f3071..8d9c3c4826eb 100644 --- a/util/configparser.h +++ b/util/configparser.h @@ -1,8 +1,8 @@ -/* A Bison parser, made by GNU Bison 2.5. */ +/* A Bison parser, made by GNU Bison 2.6.1. */ /* 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_UTIL_CONFIGPARSER_H +# define YY_UTIL_CONFIGPARSER_H +/* Enabling traces. */ +#ifndef YYDEBUG +# define YYDEBUG 0 +#endif +#if YYDEBUG +extern int yydebug; +#endif /* Tokens. */ #ifndef YYTOKENTYPE @@ -297,20 +306,17 @@ - #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED typedef union YYSTYPE { - -/* Line 2068 of yacc.c */ +/* Line 2049 of yacc.c */ #line 64 "util/configparser.y" char* str; - -/* Line 2068 of yacc.c */ -#line 314 "util/configparser.h" +/* Line 2049 of yacc.c */ +#line 320 "util/configparser.h" } YYSTYPE; # define YYSTYPE_IS_TRIVIAL 1 # define yystype YYSTYPE /* obsolescent; will be withdrawn */ @@ -319,4 +325,18 @@ 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 */ +#endif /* !YY_UTIL_CONFIGPARSER_H */ |