File: compile-with-bison-3.6.1.patch

package info (click to toggle)
mwrap 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 980 kB
  • sloc: cpp: 3,271; ansic: 856; makefile: 251; lex: 233; sh: 2
file content (12 lines) | stat: -rw-r--r-- 553 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Compile with Bison 3.6.1
Author: Rafael Laboissière <rafael@debian.org>
Bug-Debian: https://bugs.debian.org/960402
Forwarded: https://github.com/zgimbutas/mwrap/pull/7
Last-Update: 2020-05-27

--- mwrap-0.33.orig/testing/test_syntax.ref
+++ mwrap-0.33/testing/test_syntax.ref
@@ -1,2 +1,2 @@
 Parse error (test_syntax.mw:4): syntax error, unexpected NON_C_LINE, expecting ';'
-Parse error (test_syntax.mw:8): syntax error, unexpected $end, expecting ';'
+Parse error (test_syntax.mw:8): syntax error, unexpected end of file, expecting ';'