OSDN Git Service

2003-10-24 David S. Miller <davem@redhat.com>
authordavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 12:06:32 +0000 (12:06 +0000)
committerdavem <davem@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 24 Oct 2003 12:06:32 +0000 (12:06 +0000)
* jcf-parse.c (jcf_parse): Fix args to fatal_error().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@72890 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1458560..d3388a9 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 7570f86..f53aac5 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);
     }