This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

fix thinko


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]