public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6095] docs: docs: use '; ' for function declarations. (part 2)
@ 2021-12-22 11:07 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2021-12-22 11:07 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:3892cfee77ebe949ff640d9759a4b5cead67e3a8

commit r12-6095-g3892cfee77ebe949ff640d9759a4b5cead67e3a8
Author: Martin Liska <mliska@suse.cz>
Date:   Wed Dec 22 12:06:53 2021 +0100

    docs: docs: use ';' for function declarations. (part 2)
    
    gcc/ChangeLog:
    
            * doc/extend.texi: Unify all function declarations in examples
            where some miss trailing ';'.

Diff:
---
 gcc/doc/extend.texi | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 7e5791b67c5..465e1f5c858 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -14570,15 +14570,15 @@ instructions, but allow the compiler to schedule those calls.
 These built-in functions are available for the AArch64 family of
 processors.
 @smallexample
-unsigned int __builtin_aarch64_get_fpcr ()
-void __builtin_aarch64_set_fpcr (unsigned int)
-unsigned int __builtin_aarch64_get_fpsr ()
-void __builtin_aarch64_set_fpsr (unsigned int)
-
-unsigned long long __builtin_aarch64_get_fpcr64 ()
-void __builtin_aarch64_set_fpcr64 (unsigned long long)
-unsigned long long __builtin_aarch64_get_fpsr64 ()
-void __builtin_aarch64_set_fpsr64 (unsigned long long)
+unsigned int __builtin_aarch64_get_fpcr ();
+void __builtin_aarch64_set_fpcr (unsigned int);
+unsigned int __builtin_aarch64_get_fpsr ();
+void __builtin_aarch64_set_fpsr (unsigned int);
+
+unsigned long long __builtin_aarch64_get_fpcr64 ();
+void __builtin_aarch64_set_fpcr64 (unsigned long long);
+unsigned long long __builtin_aarch64_get_fpsr64 ();
+void __builtin_aarch64_set_fpsr64 (unsigned long long);
 @end smallexample
 
 @node Alpha Built-in Functions


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-22 11:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-22 11:07 [gcc r12-6095] docs: docs: use '; ' for function declarations. (part 2) Martin Liska

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).