diff options
Diffstat (limited to 'sysdeps/i386/fpu/bits/fenv.h')
-rw-r--r-- | sysdeps/i386/fpu/bits/fenv.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/bits/fenv.h b/sysdeps/i386/fpu/bits/fenv.h index 63f3e52958..4d06b01be3 100644 --- a/sysdeps/i386/fpu/bits/fenv.h +++ b/sysdeps/i386/fpu/bits/fenv.h @@ -17,7 +17,7 @@ Boston, MA 02111-1307, USA. */ #ifndef _FENV_H -#error "Never use <bits/fenv.h> directly; include <fenv.h> instead." +# error "Never use <bits/fenv.h> directly; include <fenv.h> instead." #endif @@ -61,7 +61,8 @@ enum typedef unsigned short int fexcept_t; -/* Type representing floating-point environment. This function corresponds to the layout of the block written by the `fstenv'. */ +/* Type representing floating-point environment. This function corresponds + to the layout of the block written by the `fstenv'. */ typedef struct { unsigned short int control_word; |