diff options
author | Craig Burley <craig@jcb-sc.com> | 1999-05-28 14:52:41 +0000 |
---|---|---|
committer | Craig Burley <burley@gcc.gnu.org> | 1999-05-28 10:52:41 -0400 |
commit | 04b1e34d64fd6493fcec4ccb32345a8254f56f8d (patch) | |
tree | 60b66edbd171d94b1645c1142a4b732e289b2cc9 | |
parent | d664559da21b92af3169f1c11e17f63bd030d168 (diff) | |
download | gcc-04b1e34d64fd6493fcec4ccb32345a8254f56f8d.zip gcc-04b1e34d64fd6493fcec4ccb32345a8254f56f8d.tar.gz gcc-04b1e34d64fd6493fcec4ccb32345a8254f56f8d.tar.bz2 |
fix thinko
From-SVN: r27223
-rw-r--r-- | gcc/f/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/f/g77.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/f/ChangeLog b/gcc/f/ChangeLog index 4bcbc00..46be8d6 100644 --- a/gcc/f/ChangeLog +++ b/gcc/f/ChangeLog @@ -1,3 +1,7 @@ +Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com> + + * g77.texi: Fix thinko. + Wed May 26 14:43:27 1999 Craig Burley <craig@jcb-sc.com> * news.texi: Document Tue May 18 03:52:04 1999 patch. diff --git a/gcc/f/g77.texi b/gcc/f/g77.texi index d897333..e8fc431 100644 --- a/gcc/f/g77.texi +++ b/gcc/f/g77.texi @@ -2,7 +2,7 @@ @c %**start of header @setfilename g77.info -@set last-update 1999-05-26 +@set last-update 1999-05-28 @set copyrights-g77 1995-1999 @include root.texi @@ -4243,7 +4243,7 @@ stream-based text file is translated to GNU Fortran lines as follows: A newline in the file is the character that represents the end of a line of text to the underlying system. For example, on ASCII-based systems, a newline is the @key{NL} -character, which has ASCII value 12 (decimal). +character, which has ASCII value 10 (decimal). @item Each newline in the file serves to end the line of text that precedes |