]> gcc.gnu.org Git - gcc.git/blobdiff - libgfortran/io/close.c
re PR fortran/31675 (Fortran front-end and libgfortran should have a common header...
[gcc.git] / libgfortran / io / close.c
index 7bd8a3e05fd49dfaae437c7c50a6ebe1ce905509..eb66f66507e473849ade916c792ef8cd54173bc1 100644 (file)
@@ -73,7 +73,7 @@ st_close (st_parameter_close *clp)
       if (u->flags.status == STATUS_SCRATCH)
        {
          if (status == CLOSE_KEEP)
-           generate_error (&clp->common, ERROR_BAD_OPTION,
+           generate_error (&clp->common, LIBERROR_BAD_OPTION,
                            "Can't KEEP a scratch file on CLOSE");
 #if !HAVE_UNLINK_OPEN_FILE
          path = (char *) gfc_alloca (u->file_len + 1);
This page took 0.029833 seconds and 5 git commands to generate.