From 7360f347b28237c2e26c26a35f871af20964e30d Mon Sep 17 00:00:00 2001 From: dim Date: Tue, 11 Sep 2012 16:32:31 +0000 Subject: Ensure mkcsmapper and mkesdb compile with clang, if WITH_ICONV is defined. Submitted by: zeising PR: bin/167481 MFC after: 3 days X-MFC-With: r238197 --- usr.bin/mkcsmapper/lex.l | 1 + 1 file changed, 1 insertion(+) (limited to 'usr.bin/mkcsmapper') diff --git a/usr.bin/mkcsmapper/lex.l b/usr.bin/mkcsmapper/lex.l index 1b87cc0..d8ab1b6 100644 --- a/usr.bin/mkcsmapper/lex.l +++ b/usr.bin/mkcsmapper/lex.l @@ -43,6 +43,7 @@ int line_number = 1; %} +%option noinput %option nounput %x COMMENT -- cgit v1.1