Fix bootstrap.

* gjavah.c (free_method_name_list): Fix function definition so
	it's a proper C prototype.

From-SVN: r87815
This commit is contained in:
Matt Austern 2004-09-21 18:27:29 +00:00 committed by Matt Austern
parent 6bdb98d1b0
commit e72222acd1
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2004-09-21 Matt Austern <austern@apple.com>
Fix bootstrap.
* gjavah.c (free_method_name_list): Fix function definition so
it's a proper C prototype.
2004-09-21 Tom Tromey <tromey@redhat.com>
PR java/17575:

View File

@ -638,7 +638,7 @@ name_is_method_p (const unsigned char *name, int length)
/* Free the method name list. */
static void
free_method_name_list ()
free_method_name_list (void)
{
struct method_name *p = method_name_list;
while (p != NULL)