1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-20 01:05:38 +01:00

Return value

This commit is contained in:
Peter Boyle 2021-08-23 15:30:45 +01:00
parent c6a5499c8b
commit 5b3c530aa7

View File

@ -73,6 +73,7 @@ feenableexcept (unsigned int excepts)
iold_excepts = (int) old_excepts;
return ( fesetenv (&fenv) ? -1 : iold_excepts );
#endif
return 0;
}
#endif