jcf-parse.c (jcf_parse): Fix args to fatal_error().

2003-10-24  David S. Miller  <davem@redhat.com>

	* jcf-parse.c (jcf_parse): Fix args to fatal_error().

From-SVN: r72890
This commit is contained in:
David S. Miller 2003-10-24 05:06:32 -07:00 committed by David S. Miller
parent 349dfad90e
commit 7b8af2b5de
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-10-24 David S. Miller <davem@redhat.com>
* jcf-parse.c (jcf_parse): Fix args to fatal_error().
2003-10-22 Andrew Haley <aph@redhat.com>
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.

View File

@ -632,7 +632,7 @@ jcf_parse (JCF* jcf)
if (CLASS_PARSED_P (current_class))
{
/* FIXME - where was first time */
fatal_error (stderr, "READING CLASS %s for the second time from %s",
fatal_error ("READING CLASS %s for the second time from %s",
IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (current_class))),
jcf->filename);
}