Commit 469f062e by Michael Witten Committed by Gerald Pfeifer

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
parent 5884a1a8
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> 2015-04-08 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
* tree.h (CONVERT_EXPR_P): Commentary typo fix. * tree.h (CONVERT_EXPR_P): Commentary typo fix.
......
...@@ -4771,7 +4771,7 @@ example, in ...@@ -4771,7 +4771,7 @@ example, in
@smallexample @smallexample
__attribute__((noreturn)) void d0 (void), __attribute__((noreturn)) void d0 (void),
__attribute__((format(printf, 1, 2))) d1 (const char *, ...), __attribute__((format(printf, 1, 2))) d1 (const char *, ...),
d2 (void) d2 (void);
@end smallexample @end smallexample
@noindent @noindent
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment