* doc/extend.texi (Attribute Syntax): Add a trailing semicolon
to an example.
From-SVN: r221931
+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.
@smallexample
__attribute__((noreturn)) void d0 (void),
__attribute__((format(printf, 1, 2))) d1 (const char *, ...),
- d2 (void)
+ d2 (void);
@end smallexample
@noindent