diff options
author | assar <assar@FreeBSD.org> | 2001-07-22 23:14:33 +0000 |
---|---|---|
committer | assar <assar@FreeBSD.org> | 2001-07-22 23:14:33 +0000 |
commit | fe8624bc3a37c4e98671ad86c5e0ecf64b363f7e (patch) | |
tree | a9c0f33ff3dfdd1b83393aa1169e8baee8e461b7 /usr.bin/lex | |
parent | 8668d652182d9e8318c7d79f423f8a0163258715 (diff) | |
download | FreeBSD-src-fe8624bc3a37c4e98671ad86c5e0ecf64b363f7e.zip FreeBSD-src-fe8624bc3a37c4e98671ad86c5e0ecf64b363f7e.tar.gz |
revert last commit. using %option nounput is better
noted by: Seth Kingsley <seth.kingsley@windriver.com>
Diffstat (limited to 'usr.bin/lex')
-rw-r--r-- | usr.bin/lex/flex.skl | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/lex/flex.skl b/usr.bin/lex/flex.skl index b7d9297..e894a27 100644 --- a/usr.bin/lex/flex.skl +++ b/usr.bin/lex/flex.skl @@ -313,11 +313,7 @@ extern int yywrap YY_PROTO(( void )); %- #ifndef YY_NO_UNPUT -static void yyunput YY_PROTO(( int c, char *buf_ptr )) -#ifdef __GNUC__ - __attribute__ ((unused)) -#endif -; +static void yyunput YY_PROTO(( int c, char *buf_ptr )); #endif %* |