aboutsummaryrefslogtreecommitdiff
path: root/network/netsurf/webidl-lexer.l.patch
diff options
context:
space:
mode:
authorRuben Schuller <ruben@orgizm.net>2015-04-17 00:54:12 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-17 00:54:12 +0700
commitcea3b5e0bd1dbbd71b3e8a3db3656feb9c8c6120 (patch)
treea7c0bd492f36b64478d99f0e0f1fcd309384660f /network/netsurf/webidl-lexer.l.patch
parent090fc94340bee8549c71f4c5486e3b47d5977afe (diff)
network/netsurf: Updated for version 3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/netsurf/webidl-lexer.l.patch')
-rw-r--r--network/netsurf/webidl-lexer.l.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/network/netsurf/webidl-lexer.l.patch b/network/netsurf/webidl-lexer.l.patch
deleted file mode 100644
index 183664593e..0000000000
--- a/network/netsurf/webidl-lexer.l.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-index 5369d99..74b9bb8 100644
---- a/src/webidl-lexer.l
-+++ b/src/webidl-lexer.l
-@@ -27,6 +27,15 @@
- yylloc->first_column = yylloc->last_column + 1; \
- yylloc->last_column += yyleng;
-
-+/* Ensure compatability with bison 2.6 and later */
-+#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED && defined WEBIDL_STYPE_IS_DECLARED
-+#define YYSTYPE WEBIDL_STYPE
-+#endif
-+
-+#if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED && defined WEBIDL_LTYPE_IS_DECLARED
-+#define YYLTYPE WEBIDL_LTYPE
-+#endif
-+
- %}