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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to