option noinput

This commit is contained in:
christos 2009-10-29 14:39:23 +00:00
parent aecc92ac3d
commit e5f4435e87
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.8 2009/04/20 16:05:30 drochner Exp $
# $NetBSD: Makefile,v 1.9 2009/10/29 14:39:23 christos Exp $
PROG = isdnd
SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \
@ -7,7 +7,7 @@ SRCS = rc_parse.y rc_scan.l main.c rc_config.c log.c curses.c \
holiday.c
CPPFLAGS+= -I${.CURDIR}/../isdnmonitor -I${.CURDIR}/../isdntel
CPPFLAGS+= -I${.CURDIR} -I${.OBJDIR} -DYY_NO_INPUT
CPPFLAGS+= -I${.CURDIR} -I${.OBJDIR}
# compile debug support
CPPFLAGS+= -DDEBUG

View File

@ -30,7 +30,7 @@
* i4b daemon - runtime configuration lexical analyzer
* ---------------------------------------------------
*
* $Id: rc_scan.l,v 1.6 2004/10/30 08:19:30 dsl Exp $
* $Id: rc_scan.l,v 1.7 2009/10/29 14:39:24 christos Exp $
*
* $FreeBSD$
*
@ -55,8 +55,7 @@ int yylex(void);
%}
%option noyywrap
%option nounput
%option noyywrap nounput noinput
%%