summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian@centricular.com>2013-12-14 19:08:35 +0100
committerSebastian Dröge <sebastian@centricular.com>2013-12-14 19:09:05 +0100
commita400dd2f47730f45e2ea1a44e759ee5936f8cbda (patch)
tree65756ff28b4d841b1c2f3ad1155bc22499357465
parentd92361ba5228970af718f068b96600177a1195d5 (diff)
parse: Don't define yyscan_t twice
https://bugzilla.gnome.org/show_bug.cgi?id=720316
-rw-r--r--gst/parse/grammar.y3
1 files changed, 0 insertions, 3 deletions
diff --git a/gst/parse/grammar.y b/gst/parse/grammar.y
index 7aa680432..748205afe 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;