On Thu, Apr 12, 2012 at 01:10:40AM +0100, Colin Watson wrote:
> On Wed, Apr 11, 2012 at 07:33:24PM +0000, Bjarni Ingi Gislason wrote:
> > Package: man-db
> > Version: 2.6.1
> > Severity: minor
> > Tags: patch
> > 
> >   Warnings about things that are not necessary to keep.
> 
> None of these are important IMO, but patches welcome.  You said "Tags:
> patch", but your bug report does not appear to include a patch.
> 
  I forgot to remove the patch-tag line, but I found a simple patch
for the "*.l" files:

--- lexgrog.l.  2012-04-15 01:45:04.000000000 +0000
+++ lexgrog.l.new       2012-04-15 02:25:58.000000000 +0000
@@ -58,6 +58,7 @@
 
 #define YY_READ_BUF_SIZE       1024
 #define MAX_NAME               8192
+#define YY_NO_INPUT
 
 #ifdef PROFILE
 static int ctr[YY_NUM_RULES];


--- zsoelim.l.  2012-04-15 01:45:21.000000000 +0000
+++ zsoelim.l.new       2012-04-15 02:26:14.000000000 +0000
@@ -43,6 +43,7 @@
  *   inside a macro definition.
  */
 
+#define YY_NO_INPUT
 #define MAX_SO_DEPTH   10              /* max .so recursion depth */
 #undef ACCEPT_QUOTES                   /* accept quoted roff requests */
 

-- 
Bjarni I. Gislason



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to