View | Details | Raw Unified | Return to bug 254326
Collapse All | Expand All

(-)b/multimedia/gstreamer1/files/patch-gst_parse_grammar.y (+11 lines)
Added Link Here
1
--- gst/parse/grammar.y.orig	2019-12-03 10:42:21 UTC
2
+++ gst/parse/grammar.y
3
@@ -796,7 +796,7 @@ static int yyerror (void *scanner, graph_t *graph, con
4
 %lex-param { void *scanner }
5
 %parse-param { void *scanner }
6
 %parse-param { graph_t *graph }
7
-%pure-parser
8
+%define api.pure
9
 
10
 %start graph
11
 %%

Return to bug 254326