Fixed some warnings

This commit is contained in:
Erik van der Kouwe 2009-08-17 18:49:07 +00:00
parent b3ab0cb03a
commit fdf47c1046
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
/* $Header$ */ /* $Header$ */
extern int yylex(); extern int yylex(void);
int main( argc, argv ) int main( argc, argv )
int argc; int argc;

View File

@ -2,7 +2,7 @@
/* $Header$ */ /* $Header$ */
int yywrap() int yywrap(void)
{ {
return 1; return 1;
} }

View File

@ -353,7 +353,7 @@ int exit_status;
{ {
int tblsiz; int tblsiz;
int unlink(); int unlink(const char *);
if ( skelfile != NULL ) if ( skelfile != NULL )
{ {