]> err.no Git - dpkg/commitdiff
libdpkg: Define YY_NO_INPUT to make flex not include input()
authorGuillem Jover <guillem@debian.org>
Mon, 30 Jun 2008 02:43:54 +0000 (05:43 +0300)
committerGuillem Jover <guillem@debian.org>
Mon, 30 Jun 2008 04:08:34 +0000 (07:08 +0300)
The function is unused and it only increases the binary sizes.

ChangeLog
lib/trigdeferred.l

index afefeedbf658926d309dfe2df84beb22eaeb950d..6e169246850e9f7bd8558dfc82bc3363510325c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-30  Guillem Jover  <guillem@debian.org>
+
+       * lib/trigdeferred.l: Define YY_NO_INPUT to make flex not include
+       the unused input() in the resulting object.
+
 2008-06-29  Guillem Jover  <guillem@debian.org>
 
        * lib/parsedump.h (parseerr, parsemustfield): Remove prototypes.
index a2f63e6cc838694cb41f151831ff535bf7f2cf8b..bf9d0953bf5dc56ab1fdb5c937da274b839b24bd 100644 (file)
@@ -43,6 +43,8 @@
 #include <dpkg.h>
 #include <dpkg-db.h>
 
+#define YY_NO_INPUT
+
 static struct varbuf fn, newfn;
 
 %}