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]

PATCH to cp/ir.texi



This fixed a typo I made in cp/ir.texi.

-- Gaby
CodeSourcery, LLC                             http://www.codesourcery.com

Index: cp/ir.texi
===================================================================
RCS file: /cvs/gcc/egcs/gcc/cp/ir.texi,v
retrieving revision 1.27
diff -p -r1.27 ir.texi
*** ir.texi	2000/04/22 12:01:30	1.27
--- ir.texi	2000/04/25 16:50:28
*************** comparisons, and so forth.
*** 1600,1606 ****
  @item COMPLEX_CST
  These nodes are used to represent complex number constants, that is a
  @code{__complex__} whose parts are constant nodes.  The 
! @code{TREE_REALPART} and @code@TREE_IMAGPART} return the real and the
  imaginary parts respectively.
  
  @item STRING_CST
--- 1600,1606 ----
  @item COMPLEX_CST
  These nodes are used to represent complex number constants, that is a
  @code{__complex__} whose parts are constant nodes.  The 
! @code{TREE_REALPART} and @code{TREE_IMAGPART} return the real and the
  imaginary parts respectively.
  
  @item STRING_CST


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