mirror of https://gitee.com/bigwinds/arangodb
Silence bison warning.
This commit is contained in:
parent
aed9fe0550
commit
70362d48c2
File diff suppressed because it is too large
Load Diff
|
@ -105,14 +105,14 @@ extern int Ahuacatldebug;
|
||||||
typedef union YYSTYPE YYSTYPE;
|
typedef union YYSTYPE YYSTYPE;
|
||||||
union YYSTYPE
|
union YYSTYPE
|
||||||
{
|
{
|
||||||
#line 26 "arangod/Ahuacatl/ahuacatl-grammar.y" /* yacc.c:1915 */
|
#line 26 "arangod/Ahuacatl/ahuacatl-grammar.y" /* yacc.c:1909 */
|
||||||
|
|
||||||
TRI_aql_node_t* node;
|
TRI_aql_node_t* node;
|
||||||
char* strval;
|
char* strval;
|
||||||
bool boolval;
|
bool boolval;
|
||||||
int64_t intval;
|
int64_t intval;
|
||||||
|
|
||||||
#line 116 "arangod/Ahuacatl/ahuacatl-grammar.h" /* yacc.c:1915 */
|
#line 116 "arangod/Ahuacatl/ahuacatl-grammar.h" /* yacc.c:1909 */
|
||||||
};
|
};
|
||||||
# define YYSTYPE_IS_TRIVIAL 1
|
# define YYSTYPE_IS_TRIVIAL 1
|
||||||
# define YYSTYPE_IS_DECLARED 1
|
# define YYSTYPE_IS_DECLARED 1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
%define api.pure
|
%define api.pure
|
||||||
%name-prefix="Ahuacatl"
|
%name-prefix "Ahuacatl"
|
||||||
%locations
|
%locations
|
||||||
%defines
|
%defines
|
||||||
%parse-param { TRI_aql_context_t* const context }
|
%parse-param { TRI_aql_context_t* const context }
|
||||||
|
|
Loading…
Reference in New Issue