Subject: CVS commit: src/usr.bin/lex
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 12/02/2003 06:22:14
Module Name: src
Committed By: lukem
Date: Tue Dec 2 06:22:14 UTC 2003
Modified Files:
src/usr.bin/lex: flex.skl initscan.c
Log Message:
yy_flex_realloc(): apply __attribute__((__unused__)) instead of
wrapping with #ifndef YY_USES_REJECT . Fixes [toolchain/11845].
Use __attribute__((__unused__)) instead of __attribute__((unused)).
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/usr.bin/lex/flex.skl
cvs rdiff -r1.16 -r1.17 src/usr.bin/lex/initscan.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.