Fix filter parser segmentation fault with bison 3.0
[lttng-tools.git] / src / lib / lttng-ctl / filter / filter-ast.h
index 4fb60d0b264b7a175bf340ad7cb33ef3f2bd9f4c..405c6686a4f5fd576e3033a4cfafe7086d2326ce 100644 (file)
@@ -39,9 +39,6 @@
 // data is a pointer to a 'SParserParam' structure
 //#define YYPARSE_PARAM        parser_ctx
 
-// the argument for the 'yylex' function
-#define YYLEX_PARAM    ((struct filter_parser_ctx *) parser_ctx)->scanner
-
 #ifndef YY_TYPEDEF_YY_SCANNER_T
 #define YY_TYPEDEF_YY_SCANNER_T
 typedef void* yyscan_t;
This page took 0.023896 seconds and 5 git commands to generate.