Fixed warnings

This commit is contained in:
Robert Osfield
2008-12-17 14:56:40 +00:00
parent 26c57f125d
commit 33545ab332
3 changed files with 8 additions and 4 deletions

View File

@@ -1959,8 +1959,12 @@ void yyFlexLexer::yy_delete_buffer( YY_BUFFER_STATE b )
yy_flex_free( (void *) b );
}
#ifndef __THROW
#define __THROW
#endif
extern "C" int isatty YY_PROTO(( int )) __THROW;
extern "C" int isatty YY_PROTO(( int ));
void yyFlexLexer::yy_init_buffer( YY_BUFFER_STATE b, std::istream* file )
{