This commit is contained in:
Adhemerval Zanella 2014-04-29 07:45:05 -05:00
parent 18f2945ae9
commit dc041bd4db
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ int
fedisableexcept (int excepts)
{
fenv_union_t fe, curr;
int result = 0, new;
int result, new;
/* Get current exception mask to return. */
fe.fenv = curr.fenv = fegetenv_register ();

View File

@ -23,7 +23,7 @@ int
feenableexcept (int excepts)
{
fenv_union_t fe, curr;
int result = 0, new;
int result, new;
/* Get current exception mask to return. */
fe.fenv = curr.fenv = fegetenv_register ();