Subject: CVS commit: src/dist/ipf/iplang
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/20/2003 03:14:41
Module Name:	src
Committed By:	lukem
Date:		Sun Jul 20 03:14:41 UTC 2003

Modified Files:
	src/dist/ipf/iplang: iplang_l.l

Log Message:
Don't attempt to unput(EOF).
According to lex(1) (the manual page for flex, which is what we use for lex):
	Finally, note that you cannot put back EOF to attempt to mark the
	input stream with an end-of-file.

Fixes PR bin/8707, which had been reclassified as a toolchain bug.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/dist/ipf/iplang/iplang_l.l

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.