From bd5b0fca54341545ecf83f6775fc471f6f174142 Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Mon, 3 Jan 2022 11:57:07 +0100 Subject: [PATCH] docs: Use ; for function declarations. gcc/ChangeLog: * doc/extend.texi: Use ; for function declarations. --- 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 01d4c8d..c430741 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 -- 2.7.4