diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2013-12-14 19:08:35 +0100 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2013-12-14 19:09:05 +0100 |
commit | a400dd2f47730f45e2ea1a44e759ee5936f8cbda (patch) | |
tree | 65756ff28b4d841b1c2f3ad1155bc22499357465 | |
parent | d92361ba5228970af718f068b96600177a1195d5 (diff) |
parse: Don't define yyscan_t twice
https://bugzilla.gnome.org/show_bug.cgi?id=720316
-rw-r--r-- | gst/parse/grammar.y | 3 |
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; |