]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix ENCODE example in gfortran manual
authorJanne Blomqvist <jb@gcc.gnu.org>
Tue, 25 Aug 2009 18:24:25 +0000 (21:24 +0300)
committerJanne Blomqvist <jb@gcc.gnu.org>
Tue, 25 Aug 2009 18:24:25 +0000 (21:24 +0300)
From-SVN: r151091

gcc/fortran/ChangeLog
gcc/fortran/gfortran.texi

index 16a046dc958e430cd68c6ea7c946b33895380d9d..d94f459258a8f31b70efd0701f03aaa6e71d29cf 100644 (file)
@@ -1,3 +1,7 @@
+2009-08-25  Janne Blomqvist  <jb@gcc.gnu.org>
+
+       * gfortran.texi: Fix ENCODE example.
+
 2009-08-25  Janus Weil  <janus@gcc.gnu.org>
 
        PR fortran/41139
index 0031e1d209523dcd2602fd6a4540ad68eeb94bd9..3c4e0e9dd44f6f637517e81ca348b14e2e57364b 100644 (file)
@@ -1797,7 +1797,7 @@ c     ... Code that sets A, B and C
 with the following:
 
 @smallexample
-      INTEGER*1 LINE(80)
+      CHARACTER(LEN=80) LINE
       REAL A, B, C
 c     ... Code that sets A, B and C
       WRITE (UNIT=LINE, FMT=9000) A, B, C