Cleanup a couple of compiler warnings.

This commit is contained in:
Andrew Johnson
2010-08-16 16:15:26 -05:00
parent 2666e9d62b
commit 09c0c43865
2 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,6 @@
// 1) This library is not thread safe
//
#define FD_SETSIZE 4096
//
// ANSI C
//

View File

@@ -519,7 +519,7 @@ set_derives(void)
#endif
}
static void
void
free_derives(void)
{
FREE(derives[start_symbol]);
@@ -598,7 +598,7 @@ set_nullable(void)
#endif
}
static void
void
free_nullable(void)
{
FREE(nullable);