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:   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.




Home | Main Index | Thread Index | Old Index