gstlal-inspiral  0.4.2
 All Classes Namespaces Files Functions Variables Pages
gstreamer-bison.patch
1 diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
2 index 24fc87b..7f9dd16 100644
3 --- a/gst/parse/grammar.y
4 +++ b/gst/parse/grammar.y
5 @@ -26,7 +26,6 @@
6  */
7 
8  #define YYERROR_VERBOSE 1
9 -#define YYLEX_PARAM scanner
10 
11  #define YYENABLE_NLS 0
12 
13 @@ -648,6 +647,7 @@ static int yyerror (void *scanner, graph_t *graph, const char *s);
14  %right '.'
15  %left '!' '='
16 
17 +%lex-param { void *scanner }
18  %parse-param { void *scanner }
19  %parse-param { graph_t *graph }
20  %pure-parser