Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/usr.bin/lex
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.
Home |
Main Index |
Thread Index |
Old Index