parse: Don't define yyscan_t twice
authorSebastian Dröge <sebastian@centricular.com>
Sat, 14 Dec 2013 18:08:35 +0000 (19:08 +0100)
committerSebastian Dröge <sebastian@centricular.com>
Sat, 14 Dec 2013 18:09:05 +0000 (19:09 +0100)
https://bugzilla.gnome.org/show_bug.cgi?id=720316

gst/parse/grammar.y

index 7aa6804..748205a 100644 (file)
@@ -33,9 +33,6 @@
 #define YYLTYPE_IS_TRIVIAL 0
 #endif
 
-typedef void* yyscan_t;
-
-
 #ifdef __GST_PARSE_TRACE
 static guint __strings;
 static guint __links;