mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
parse: Don't define yyscan_t twice
https://bugzilla.gnome.org/show_bug.cgi?id=720316
This commit is contained in:
parent
d92361ba52
commit
a400dd2f47
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@
|
||||||
#define YYLTYPE_IS_TRIVIAL 0
|
#define YYLTYPE_IS_TRIVIAL 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
typedef void* yyscan_t;
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef __GST_PARSE_TRACE
|
#ifdef __GST_PARSE_TRACE
|
||||||
static guint __strings;
|
static guint __strings;
|
||||||
static guint __links;
|
static guint __links;
|
||||||
|
|
Loading…
Reference in a new issue