Fix CTF parser hang with bison 3.0
[babeltrace.git] / formats / ctf / metadata / ctf-ast.h
index a8e58cef121eb82dbbe37427f8014ca798f7114c..93bce7d82860be6ef492fc650d1866a605cee79a 100644 (file)
@@ -26,9 +26,6 @@
 // data is a pointer to a 'SParserParam' structure
 //#define YYPARSE_PARAM        scanner
 
-// the argument for the 'yylex' function
-#define YYLEX_PARAM    ((struct ctf_scanner *) scanner)->scanner
-
 struct ctf_node;
 struct ctf_parser;
 
This page took 0.022799 seconds and 4 git commands to generate.