public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-6184] docs: Use ; for function declarations.
@ 2022-01-03 11:02 Martin Liska
  0 siblings, 0 replies; only message in thread
From: Martin Liska @ 2022-01-03 11:02 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:bd5b0fca54341545ecf83f6775fc471f6f174142

commit r12-6184-gbd5b0fca54341545ecf83f6775fc471f6f174142
Author: Martin Liska <mliska@suse.cz>
Date:   Mon Jan 3 11:57:07 2022 +0100

    docs: Use ; for function declarations.
    
    gcc/ChangeLog:
    
            * doc/extend.texi: Use ; for function declarations.

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

diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index 01d4c8d9b4b..c430741acd8 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -15385,8 +15385,8 @@ These built-in functions are available for the ARM family of
 processors with floating-point unit.
 
 @smallexample
-unsigned int __builtin_arm_get_fpscr ()
-void __builtin_arm_set_fpscr (unsigned int)
+unsigned int __builtin_arm_get_fpscr ();
+void __builtin_arm_set_fpscr (unsigned int);
 @end smallexample
 
 @node ARM ARMv8-M Security Extensions


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

only message in thread, other threads:[~2022-01-03 11:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 11:02 [gcc r12-6184] docs: Use ; for function declarations 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).