parse: Don't define yyscan_t twice

https://bugzilla.gnome.org/show_bug.cgi?id=720316
This commit is contained in:
Sebastian Dröge 2013-12-14 19:08:35 +01:00
parent d92361ba52
commit a400dd2f47

View 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;