]> gcc.gnu.org Git - gcc.git/commitdiff
* doc/extend.texi: Fix formatting of last checkin.
authorLoren J. Rittle <ljrittle@acm.org>
Tue, 25 Jun 2002 23:41:25 +0000 (23:41 +0000)
committerLoren J. Rittle <ljrittle@gcc.gnu.org>
Tue, 25 Jun 2002 23:41:25 +0000 (23:41 +0000)
From-SVN: r54999

gcc/ChangeLog
gcc/doc/extend.texi

index cee478f4bb4ff5ead1923fc736c1b85b72b5821f..f2d8f0777cade206211c4210ee2971e01b7a02c9 100644 (file)
@@ -1,3 +1,7 @@
+2002-06-25  Loren J. Rittle  <ljrittle@acm.org>
+
+       * doc/extend.texi: Fix formatting of last checkin.
+
 2002-06-25  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * config/alpha/alpha.h (TARGET_CPU_CPP_BUILTINS): Remove leading
index be49067836094a10b828e138cae12c309c3084cd..dd776b1e7e44c3ef052f74ab484b1b8b9874a32c 100644 (file)
@@ -5118,11 +5118,11 @@ constant is of the same type as the variable it is initializing.  The
 @code{vector bool} type is deprecated and will be discontinued in
 further revisions.  Use @code{vector signed} instead.  If @code{signed}
 or @code{unsigned} is omitted, the vector type will default to
-@{signed}.  Lastly, all overloaded functions are implemented with macros
+@code{signed}.  Lastly, all overloaded functions are implemented with macros
 for the C implementation.  So code the following example will not work:
 
 @smallexample
-  vec_add ((vector signed int){1, 2, 3, 4}, foo);
+  vec_add ((vector signed int)@{1, 2, 3, 4@}, foo);
 @end smallexample
 
 Since vec_add is a macro, the vector constant in the above example will
This page took 0.115502 seconds and 5 git commands to generate.