summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/flex-bison-tests.patch
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-01-07 08:42:15 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-01-07 08:42:15 +0200
commit93b3a8b0eeabeca960a178754589c6461b38baf5 (patch)
treed0514815085e9448adca28a41492dcef4570f15f /gnu/packages/patches/flex-bison-tests.patch
parentbfcb7bcb739c6c0cc5c564b5f2bc94e0aa33a556 (diff)
downloadguix-patches-93b3a8b0eeabeca960a178754589c6461b38baf5.tar
guix-patches-93b3a8b0eeabeca960a178754589c6461b38baf5.tar.gz
gnu: flex: Update to 2.6.0.
* gnu/packages/flex.scm (flex): Update to 2.6.0. [source]: Remove flex-bison-tests.patch. * gnu-system.am (dist_patch_DATA): Remove flex-bison-tests.patch. * gnu/packages/patches/flex-bison-tests.patch: Remove it.
Diffstat (limited to 'gnu/packages/patches/flex-bison-tests.patch')
-rw-r--r--gnu/packages/patches/flex-bison-tests.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/gnu/packages/patches/flex-bison-tests.patch b/gnu/packages/patches/flex-bison-tests.patch
deleted file mode 100644
index 0f372f83bf..0000000000
--- a/gnu/packages/patches/flex-bison-tests.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-The `test-bison-yyl{loc,val}' tests fail with "conflicting types for
-'testparse'" because `YYPARSE_PARAM' is undefined; work around that.
-
---- flex-2.5.37/tests/test-bison-yylloc/main.c 2012-11-22 18:17:01.000000000 +0100
-+++ flex-2.5.37/tests/test-bison-yylloc/main.c 2012-11-22 18:17:07.000000000 +0100
-@@ -21,6 +21,7 @@
- * PURPOSE.
- */
-
-+#define YYPARSE_PARAM scanner
- #include "parser.h"
- #include "scanner.h"
-
-
---- flex-2.5.37/tests/test-bison-yylval/main.c 2012-11-22 18:17:42.000000000 +0100
-+++ flex-2.5.37/tests/test-bison-yylval/main.c 2012-11-22 18:17:49.000000000 +0100
-@@ -21,6 +21,7 @@
- * PURPOSE.
- */
-
-+#define YYPARSE_PARAM scanner
- #include "parser.h"
- #include "scanner.h"
-