From a400dd2f47730f45e2ea1a44e759ee5936f8cbda Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Sat, 14 Dec 2013 19:08:35 +0100 Subject: [PATCH] parse: Don't define yyscan_t twice https://bugzilla.gnome.org/show_bug.cgi?id=720316 --- gst/parse/grammar.y | 3 --- 1 file changed, 3 deletions(-) diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y index 7aa680432f..748205afed 100644 --- a/gst/parse/grammar.y +++ b/gst/parse/grammar.y @@ -33,9 +33,6 @@ #define YYLTYPE_IS_TRIVIAL 0 #endif -typedef void* yyscan_t; - - #ifdef __GST_PARSE_TRACE static guint __strings; static guint __links;