docs: Use ; for function declarations.
authorMartin Liska <mliska@suse.cz>
Mon, 3 Jan 2022 10:57:07 +0000 (11:57 +0100)
committerMartin Liska <mliska@suse.cz>
Mon, 3 Jan 2022 10:57:33 +0000 (11:57 +0100)
gcc/ChangeLog:

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

gcc/doc/extend.texi

index 01d4c8d..c430741 100644 (file)
@@ -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