mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 03:50:26 +08:00
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:
parent
349dfad90e
commit
7b8af2b5de
@ -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.
|
||||
|
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user