use %option noinput

This commit is contained in:
christos 2010-12-08 03:19:19 +00:00
parent 72183148bb
commit 75a9445418

View File

@ -1,5 +1,5 @@
%{
/* $NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $ */
/* $NetBSD: nslexer.l,v 1.11 2010/12/08 03:19:19 christos Exp $ */
/*-
* Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@ -32,7 +32,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
__RCSID("$NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $");
__RCSID("$NetBSD: nslexer.l,v 1.11 2010/12/08 03:19:19 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#include "namespace.h"
@ -44,11 +44,9 @@ __RCSID("$NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $");
#include "nsparser.h"
#define YY_NO_INPUT
%}
%option yylineno nounput
%option yylineno nounput noinput
%option never-interactive
BLANK [ \t]