Commit 7b8af2b5 by David S. Miller Committed by David S. Miller

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
parent 349dfad9
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> 2003-10-22 Andrew Haley <aph@redhat.com>
* lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New. * lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
......
...@@ -632,7 +632,7 @@ jcf_parse (JCF* jcf) ...@@ -632,7 +632,7 @@ jcf_parse (JCF* jcf)
if (CLASS_PARSED_P (current_class)) if (CLASS_PARSED_P (current_class))
{ {
/* FIXME - where was first time */ /* 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))), IDENTIFIER_POINTER (DECL_NAME (TYPE_NAME (current_class))),
jcf->filename); jcf->filename);
} }
......
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