Commit e72222ac by Matt Austern Committed by Matt Austern

Fix bootstrap.

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

From-SVN: r87815
parent 6bdb98d1
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:
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment