Subject: CVS commit: src/usr.bin/lex
To: None <source-changes@NetBSD.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 07/28/2005 04:14:30
Module Name: src
Committed By: christos
Date: Thu Jul 28 04:14:30 UTC 2005
Modified Files:
src/usr.bin/lex: flex.skl
Log Message:
Traditional flex uses int instead of yy_size_t for some api functions.
Unfortunately this mangles differently in c++, so we get undefined symbols.
So we define the old function prototype to keep things happy.
To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 src/usr.bin/lex/flex.skl
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.