summaryrefslogtreecommitdiff
path: root/news/xrn/patches/patch-rclex.l
diff options
context:
space:
mode:
Diffstat (limited to 'news/xrn/patches/patch-rclex.l')
-rw-r--r--news/xrn/patches/patch-rclex.l12
1 files changed, 12 insertions, 0 deletions
diff --git a/news/xrn/patches/patch-rclex.l b/news/xrn/patches/patch-rclex.l
new file mode 100644
index 00000000000..0a70f13214e
--- /dev/null
+++ b/news/xrn/patches/patch-rclex.l
@@ -0,0 +1,12 @@
+$NetBSD: patch-rclex.l,v 1.1 2011/12/22 00:28:20 joerg Exp $
+
+--- rclex.l.orig 2011-12-22 00:05:52.000000000 +0000
++++ rclex.l
+@@ -15,7 +15,6 @@
+ * the Makefile from the Imakefile (with "xmkmf" or whatever else you
+ * used the first time), and (d) trying to compile again.
+ */
+-int yylineno = 1;
+ #define YYLINE yylineno++
+ #undef yywrap
+ #else