From: Martin Liska Date: Mon, 3 Jan 2022 10:57:07 +0000 (+0100) Subject: docs: Use ; for function declarations. X-Git-Tag: basepoints/gcc-13~2129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd5b0fca54341545ecf83f6775fc471f6f174142;p=thirdparty%2Fgcc.git docs: Use ; for function declarations. gcc/ChangeLog: * doc/extend.texi: Use ; for function declarations. --- diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index 01d4c8d9b4b9..c430741acd82 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