svn commit: r215674 - head/sbin/devd

Bruce Cran brucec at FreeBSD.org
Mon Nov 22 12:33:48 UTC 2010


Author: brucec
Date: Mon Nov 22 12:33:48 2010
New Revision: 215674
URL: http://svn.freebsd.org/changeset/base/215674

Log:
  Don't generate input() since it's not used.

Modified:
  head/sbin/devd/token.l

Modified: head/sbin/devd/token.l
==============================================================================
--- head/sbin/devd/token.l	Mon Nov 22 12:32:19 2010	(r215673)
+++ head/sbin/devd/token.l	Mon Nov 22 12:33:48 2010	(r215674)
@@ -38,6 +38,7 @@
 
 int lineno = 1;
 #define YY_NO_UNPUT
+#define YY_NO_INPUT
 
 static void
 update_lineno(const char *cp)


More information about the svn-src-all mailing list