summaryrefslogtreecommitdiffstats
path: root/sbin/devd/token.l
diff options
context:
space:
mode:
authorbrucec <brucec@FreeBSD.org>2010-11-22 12:33:48 +0000
committerbrucec <brucec@FreeBSD.org>2010-11-22 12:33:48 +0000
commit316b5514e8e91207203d63d5842d786527a5b8b8 (patch)
tree9d87d195f9b419dd81763865f329b4e284721873 /sbin/devd/token.l
parenta5a86ab1cba969d8fd1ac51249239fa2bcd2b0e2 (diff)
downloadFreeBSD-src-316b5514e8e91207203d63d5842d786527a5b8b8.zip
FreeBSD-src-316b5514e8e91207203d63d5842d786527a5b8b8.tar.gz
Don't generate input() since it's not used.
Diffstat (limited to 'sbin/devd/token.l')
-rw-r--r--sbin/devd/token.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/token.l b/sbin/devd/token.l
index 35e8a18..7a63bec 100644
--- a/sbin/devd/token.l
+++ b/sbin/devd/token.l
@@ -38,6 +38,7 @@
int lineno = 1;
#define YY_NO_UNPUT
+#define YY_NO_INPUT
static void
update_lineno(const char *cp)
OpenPOWER on IntegriCloud