From: Michael Witten Date: Wed, 8 Apr 2015 19:11:44 +0000 (+0000) Subject: extend.texi (Attribute Syntax): Add a trailing semicolon to an example. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=469f062eb94fa0edbabb53dc75d04d2e6ae75971;p=gcc.git extend.texi (Attribute Syntax): Add a trailing semicolon to an example. * doc/extend.texi (Attribute Syntax): Add a trailing semicolon to an example. From-SVN: r221931 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 73232ce7fe6..56c7ae985d6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-04-08 Michael Witten + + * doc/extend.texi (Attribute Syntax): Add a trailing semicolon + to an example. + 2015-04-08 Bernhard Reutner-Fischer * tree.h (CONVERT_EXPR_P): Commentary typo fix. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 3e29e04c23e..d4c41c61237 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -4771,7 +4771,7 @@ example, in @smallexample __attribute__((noreturn)) void d0 (void), __attribute__((format(printf, 1, 2))) d1 (const char *, ...), - d2 (void) + d2 (void); @end smallexample @noindent