Input function is not used

This commit is contained in:
joerg 2011-06-09 13:09:42 +00:00
parent 7acc235b8f
commit d45d65aa1c

View File

@ -36,7 +36,7 @@
__FBSDID("$FreeBSD: src/usr.sbin/ndiscvt/inf-token.l,v 1.3 2004/01/11 21:10:35 mdodd Exp $");
#endif
#ifdef __NetBSD__
__RCSID("$NetBSD: inf-token.l,v 1.8 2009/10/29 14:49:03 christos Exp $");
__RCSID("$NetBSD: inf-token.l,v 1.9 2011/06/09 13:09:42 joerg Exp $");
#endif
#include <regex.h>
@ -71,7 +71,7 @@ update_lineno(const char *cp)
%}
%option nounput
%option nounput noinput
%%