summaryrefslogtreecommitdiff
path: root/cad/covered-current/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'cad/covered-current/patches/patch-aa')
-rw-r--r--cad/covered-current/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/cad/covered-current/patches/patch-aa b/cad/covered-current/patches/patch-aa
new file mode 100644
index 00000000000..2320478ceb4
--- /dev/null
+++ b/cad/covered-current/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2003/02/04 02:42:21 dmcmahill Exp $
+
+--- src/parser_misc.h.orig Mon Nov 4 19:20:08 2002
++++ src/parser_misc.h Mon Feb 3 21:19:22 2003
+@@ -23,4 +23,9 @@
+
+ #define YYLTYPE struct vlltype
++
++/* This for compatibility with new and older bison versions. */
++#ifndef yylloc
++# define yylloc VLlloc
++#endif
+ extern YYLTYPE yylloc;
+