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]
Other format: [Raw text]

Patch: rtl.texi


I checked in this simple patch to fix a "bootstrap failure" in rtl.texi.

Bryce.

2002-02-19  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>

    * doc/rtl.texi (Constants): Close @code tag.

Index: rtl.texi
===================================================================
RCS file: /cvs/gcc/gcc/gcc/doc/rtl.texi,v
retrieving revision 1.27
diff -u -r1.27 rtl.texi
--- rtl.texi    2002/02/19 02:53:32     1.27
+++ rtl.texi    2002/02/19 04:59:10
@@ -1166,7 +1166,7 @@
 @code{CONST_VECTOR_NUNITS} as in @code{CONST_VECTOR_NUNITS (@var{v})}.
 
 Individual elements in a vector constant are accessed with the macro
-@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})
+@code{CONST_VECTOR_ELT} as in @code{CONST_VECTOR_ELT (@var{v}, @var{n})}
 where @var{v} is the vector constant and @var{n} is the element
 desired.
 



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