diff options
| author | Assar Westerlund <assar@FreeBSD.org> | 2001-07-22 23:14:33 +0000 |
|---|---|---|
| committer | Assar Westerlund <assar@FreeBSD.org> | 2001-07-22 23:14:33 +0000 |
| commit | dbda0a3480cc733801f8bee4b26f7bca7697ce15 (patch) | |
| tree | a9c0f33ff3dfdd1b83393aa1169e8baee8e461b7 | |
| parent | c9a4f950b3f6c9d52d2950d256f1c8c008ed92eb (diff) | |
Notes
| -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 b7d929787aa3..e894a272e06d 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 %* |
