jcf-parse.c (jcf_parse): Fix args to fatal_error().
authorDavid S. Miller <davem@redhat.com>
Fri, 24 Oct 2003 12:06:32 +0000 (05:06 -0700)
committerDavid S. Miller <davem@gcc.gnu.org>
Fri, 24 Oct 2003 12:06:32 +0000 (05:06 -0700)
2003-10-24  David S. Miller  <davem@redhat.com>

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

From-SVN: r72890

gcc/java/ChangeLog
gcc/java/jcf-parse.c

index 1458560aad1fb71c97f92aecccfe099b6f23d304..d3388a9526794e16807fa762085654a742012535 100644 (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.
index 7570f8612485e883b4c89b6d2a6f0aa2c022b531..f53aac57275eb23162ea5d237d87dcfc6ccd8c55 100644 (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);
     }