(FE_NOMASK_ENV): Define.

This commit is contained in:
Andreas Jaeger 2000-09-15 18:15:57 +00:00
parent 5898ca31ae
commit 8ebc36ad77
1 changed files with 5 additions and 0 deletions

View File

@ -70,3 +70,8 @@ fenv_t;
/* If the default argument is used we use this value. */
#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)
#endif