Fix
This commit is contained in:
parent
18f2945ae9
commit
dc041bd4db
@ -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 ();
|
||||
|
@ -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 ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user