]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/i386/fpu/bits/fenv.h
Remove pre-ISO C support
[thirdparty/glibc.git] / sysdeps / i386 / fpu / bits / fenv.h
index 8c00771cce8f63786bc74ac0ad62121d5a542113..1283483e59c0df350b0a5051a1f7c5cb659a90be 100644 (file)
@@ -82,11 +82,11 @@ typedef struct
 fenv_t;
 
 /* If the default argument is used we use this value.  */
-#define FE_DFL_ENV     ((__const fenv_t *) -1)
+#define FE_DFL_ENV     ((const fenv_t *) -1)
 
 #ifdef __USE_GNU
 /* Floating-point environment where none of the exception is masked.  */
-# define FE_NOMASK_ENV ((__const fenv_t *) -2)
+# define FE_NOMASK_ENV ((const fenv_t *) -2)
 #endif