summaryrefslogtreecommitdiff
path: root/news/xrn/patches/patch-rclex.l
blob: 0a70f13214e530c995bafe3af55f393603be86c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
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