|
|
@@ -111,3 +111,19 @@ Index: version.c
|
|
|
printf (_("Copyright (C) 2004 Free Software Foundation, Inc.\n"));
|
|
|
}
|
|
|
|
|
|
+-----------------------------------------------------------------------------
|
|
|
+
|
|
|
+Remove dependency to Bison/Yacc by applying a vendor patch to a generated file.
|
|
|
+
|
|
|
+Index: y.tab.c
|
|
|
+--- y.tab.c.orig 2005-11-14 15:53:30 +0100
|
|
|
++++ y.tab.c 2006-03-06 22:46:56 +0100
|
|
|
+@@ -4237,7 +4237,7 @@
|
|
|
+ if (open == ch) /* undo previous increment */
|
|
|
+ count--;
|
|
|
+ if (ch == '(') /* ) */
|
|
|
+- nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags);
|
|
|
++ nestret = parse_matched_pair (0, '(', ')', &nestlen, rflags & ~P_DQUOTE);
|
|
|
+ else if (ch == '{') /* } */
|
|
|
+ nestret = parse_matched_pair (0, '{', '}', &nestlen, P_FIRSTCLOSE|rflags);
|
|
|
+ else if (ch == '[') /* ] */
|