From a58219532cee0dd01c890ee56ae73d5be845c748 Mon Sep 17 00:00:00 2001 From: Eric Botcazou Date: Fri, 21 Jun 2013 13:16:57 +0000 Subject: * config/fpu-sysv.h (get_fpu_except_flags): Fix typo. From-SVN: r200298 --- libgfortran/config/fpu-sysv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/config') diff --git a/libgfortran/config/fpu-sysv.h b/libgfortran/config/fpu-sysv.h index 8fc52d5..1502b37 100644 --- a/libgfortran/config/fpu-sysv.h +++ b/libgfortran/config/fpu-sysv.h @@ -85,7 +85,7 @@ int get_fpu_except_flags (void) { int result; - fp_except_t set_excepts; + fp_except set_excepts; result = 0; set_excepts = fpgetsticky (); -- cgit v1.1