[gcc r12-6184] docs: Use ; for function declarations.

Martin Liska marxin@gcc.gnu.org
Mon Jan 3 11:02:17 GMT 2022


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


More information about the Gcc-cvs mailing list