Retake on Andreas Jaeger's patch

craig@jcb-sc.com craig@jcb-sc.com
Thu Feb 25 09:05:00 GMT 1999


Here's my version, which modifies the source file for intdoc.texi.
I've just committed this to the mainline.

        tq vm, (burley)


1999-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* f/intdoc.in: Add missing `,' after cross references.

*** g77-e/gcc/f/intdoc.in.~1~	Thu Feb 25 11:56:11 1999
--- g77-e/gcc/f/intdoc.in	Thu Feb 25 11:56:54 1999
*************** to such programs, to wrap around
*** 2585,2589 ****
  as of the Year 10000.
  
! @xref{FDate Intrinsic (subroutine)} for an equivalent routine.
  ")
  
--- 2585,2589 ----
  as of the Year 10000.
  
! @xref{FDate Intrinsic (subroutine)}, for an equivalent routine.
  ")
  
*************** DEFDOC (IBCLR, "Clear a bit.", "\
*** 2591,2600 ****
  Returns the value of @var{@1@} with bit @var{@2@} cleared (set to
  zero).
! @xref{BTest Intrinsic} for information on bit positions.
  ")
  
  DEFDOC (IBSET, "Set a bit.", "\
  Returns the value of @var{@1@} with bit @var{@2@} set (to one).
! @xref{BTest Intrinsic} for information on bit positions.
  ")
  
--- 2591,2600 ----
  Returns the value of @var{@1@} with bit @var{@2@} cleared (set to
  zero).
! @xref{BTest Intrinsic}, for information on bit positions.
  ")
  
  DEFDOC (IBSET, "Set a bit.", "\
  Returns the value of @var{@1@} with bit @var{@2@} set (to one).
! @xref{BTest Intrinsic}, for information on bit positions.
  ")
  


More information about the Gcc-patches mailing list