input() is not used, so don't provide it.
This commit is contained in:
parent
49755c474a
commit
7a8f98483f
|
@ -1,5 +1,5 @@
|
|||
%{
|
||||
/* $NetBSD: nslexer.l,v 1.9 2009/10/29 14:49:03 christos Exp $ */
|
||||
/* $NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg 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.9 2009/10/29 14:49:03 christos Exp $");
|
||||
__RCSID("$NetBSD: nslexer.l,v 1.10 2010/12/08 02:05:39 joerg Exp $");
|
||||
#endif /* LIBC_SCCS and not lint */
|
||||
|
||||
#include "namespace.h"
|
||||
|
@ -44,6 +44,8 @@ __RCSID("$NetBSD: nslexer.l,v 1.9 2009/10/29 14:49:03 christos Exp $");
|
|||
|
||||
#include "nsparser.h"
|
||||
|
||||
#define YY_NO_INPUT
|
||||
|
||||
%}
|
||||
|
||||
%option yylineno nounput
|
||||
|
|
Loading…
Reference in New Issue