C warnings cleanup.

This commit is contained in:
Eric Anholt
2006-08-22 12:46:37 -07:00
committed by Damien Lespiau
parent 1c62350848
commit f2f18561e5
5 changed files with 68 additions and 60 deletions
+1 -1
View File
@@ -139,6 +139,6 @@ lex_text(void)
}
#ifndef yywrap
yywrap() { return 1; }
int yywrap() { return 1; }
#endif