This is the mail archive of the gcc@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]

Small typo in extend.texi, patch


Hi.

A simple typo in an example-code snippet in extend.texi has been corrected.
It was present in gcc-2.8.0-971225 and egcs-980115.
(Spotted by cut-and-paste usage...)

Sun Jan 25 11:39:22 1998  Hans-Peter Nilsson  <hp@axis.se>

        * extend.texi (Type Attributes): Match parentheses in example code.

*** extend.texi.original        Sun Jan 25 11:33:19 1998
--- extend.texi Sun Jan 25 11:33:35 1998
*************** This attribute specifies a minimum align
*** 2019,2026 ****
  of the specified type.  For example, the declarations:
  
  @smallexample
! struct S @{ short f[3]; @} __attribute__ ((aligned (8));
! typedef int more_aligned_int __attribute__ ((aligned (8));
  @end smallexample
  
  @noindent
--- 2019,2026 ----
  of the specified type.  For example, the declarations:
  
  @smallexample
! struct S @{ short f[3]; @} __attribute__ ((aligned (8)));
! typedef int more_aligned_int __attribute__ ((aligned (8)));
  @end smallexample
  
  @noindent

Best regards,
-- 
Hans-Peter Nilsson, Axis Communications AB, S - 223 70 LUND, SWEDEN
Hans-Peter.Nilsson@axis.se | http://www.axis.se/ | Tel +46 462701867,2701800
Fax +46 46136130 | RFC 1855 compliance implemented; report loss of brain.


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