summaryrefslogtreecommitdiffstats
path: root/gcc/extend.texi
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-25 09:00:18 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1998-01-25 09:00:18 +0000
commitc8b8ebd3157c5763e6783c0598adf03e66f7f578 (patch)
treea86f004cf48920ea34fdaaaa5de69335a0b03f8a /gcc/extend.texi
parentb1ce805f04fa9c1d1aa7961400ce3b0badbfb179 (diff)
downloadppe42-gcc-c8b8ebd3157c5763e6783c0598adf03e66f7f578.tar.gz
ppe42-gcc-c8b8ebd3157c5763e6783c0598adf03e66f7f578.zip
Fix mismatched parens.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17471 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/extend.texi')
-rw-r--r--gcc/extend.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/extend.texi b/gcc/extend.texi
index f50c2073562..16f535c7a89 100644
--- a/gcc/extend.texi
+++ b/gcc/extend.texi
@@ -2019,8 +2019,8 @@ This attribute specifies a minimum alignment (in bytes) for variables
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));
+struct S @{ short f[3]; @} __attribute__ ((aligned (8)));
+typedef int more_aligned_int __attribute__ ((aligned (8)));
@end smallexample
@noindent
OpenPOWER on IntegriCloud