]> gcc.gnu.org Git - gcc.git/blobdiff - libgfortran/io/inquire.c
re PR fortran/31675 (Fortran front-end and libgfortran should have a common header...
[gcc.git] / libgfortran / io / inquire.c
index 84f4683f88238427d6c749c86c35927864735a61..2c16a3b922d2b130c92f586b4a9a613c72ef9f19 100644 (file)
@@ -302,11 +302,11 @@ inquire_via_unit (st_parameter_inquire *iqp, gfc_unit * u)
        switch (u->flags.convert)
          {
            /*  l8_to_l4_offset is 0 for little-endian, 1 for big-endian.  */
-         case CONVERT_NATIVE:
+         case GFC_CONVERT_NATIVE:
            p = l8_to_l4_offset ? "BIG_ENDIAN" : "LITTLE_ENDIAN";
            break;
 
-         case CONVERT_SWAP:
+         case GFC_CONVERT_SWAP:
            p = l8_to_l4_offset ? "LITTLE_ENDIAN" : "BIG_ENDIAN";
            break;
 
This page took 0.031664 seconds and 5 git commands to generate.