This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
fix thinko
- To: egcs-patches at egcs dot cygnus dot com
- Subject: fix thinko
- From: craig at jcb-sc dot com
- Date: 4 Jun 1999 14:11:52 -0000
- Cc: craig at jcb-sc dot com
Committed. (I learned ASCII in octal, sigh.)
tq vm, (burley)
Fri May 28 16:51:41 1999 Craig Burley <craig@jcb-sc.com>
* g77.texi: Fix thinko.
*** g77-e/gcc/f/g77.texi Wed May 26 13:50:13 1999
--- six/gcc/f/g77.texi Fri May 28 16:49:18 1999
***************
*** 3,7 ****
@setfilename g77.info
! @set last-update 1999-05-26
@set copyrights-g77 1995-1999
--- 3,7 ----
@setfilename g77.info
! @set last-update 1999-05-28
@set copyrights-g77 1995-1999
*************** A newline in the file is the character t
*** 4244,4248 ****
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).
@item
--- 4244,4248 ----
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 10 (decimal).
@item