extend.texi (Attribute Syntax): Add a trailing semicolon to an example.
authorMichael Witten <mfwitten@gmail.com>
Wed, 8 Apr 2015 19:11:44 +0000 (19:11 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Wed, 8 Apr 2015 19:11:44 +0000 (19:11 +0000)
* doc/extend.texi (Attribute Syntax): Add a trailing semicolon
to an example.

From-SVN: r221931

gcc/ChangeLog
gcc/doc/extend.texi

index 73232ce7fe6f243e3364d32216bf4c48980e5c25..56c7ae985d6e41951b1c9a61eb1931cc8e032e16 100644 (file)
@@ -1,3 +1,8 @@
+2015-04-08  Michael Witten  <mfwitten@gmail.com>
+
+       * doc/extend.texi (Attribute Syntax): Add a trailing semicolon
+       to an example.
+
 2015-04-08  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * tree.h (CONVERT_EXPR_P): Commentary typo fix.
index 3e29e04c23e323f30617d3ed5847089ed8059112..d4c41c612373026f6ca380762a11295ace148278 100644 (file)
@@ -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