Module Name: src Committed By: christos Date: Mon Jan 18 22:18:19 UTC 1999 Modified Files: src/usr.bin/lex: flex.skl gen.c initscan.c Log Message: Lint fixes: - extend __GNUC__ if (0) hack for lint, make it use an unused variable, and move it in reachable code. - fread and fwrite size_t casts. - use yy_size_t where appropriate.