diff options
Diffstat (limited to 'innobase/pars/pars0grm.y')
-rw-r--r-- | innobase/pars/pars0grm.y | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/innobase/pars/pars0grm.y b/innobase/pars/pars0grm.y index 2d84ee296cd..67289222594 100644 --- a/innobase/pars/pars0grm.y +++ b/innobase/pars/pars0grm.y @@ -13,8 +13,6 @@ the InnoDB parser. %{ /* The value of the semantic attribute is a pointer to a query tree node que_node_t */ -#define YYSTYPE que_node_t* -#define alloca mem_alloc #include <math.h> @@ -25,6 +23,8 @@ que_node_t */ #include "que0que.h" #include "row0sel.h" +#define YYSTYPE que_node_t* + /* #define __STDC__ */ int |