OSDN Git Service

2008-12-21 Jerry DeLisle <jvdelisle@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / io / io.h
index 1f36391..1993158 100644 (file)
@@ -444,7 +444,9 @@ typedef struct st_parameter_dt
          /* An internal unit specific flag to signify an EOF condition for list
             directed read.  */
          unsigned at_eof : 1;
-         /* 16 unused bits.  */
+         /* Used for g0 floating point output.  */
+         unsigned g0_no_blanks : 1;
+         /* 15 unused bits.  */
 
          char last_char;
          char nml_delim;