OSDN Git Service

* doc/extend.texi: Fix formatting of last checkin.
authorljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2002 23:41:25 +0000 (23:41 +0000)
committerljrittle <ljrittle@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 25 Jun 2002 23:41:25 +0000 (23:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54999 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/extend.texi

index cee478f..f2d8f07 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 be49067..dd776b1 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