Commit 8b67b6b
authored
Remove call to ieee_handler(). (#119)
When `FLTINT` is defined (which is currently only on SunOS), if
`OS5` was not defined, then it tried to use `ieee_handler` which
doesn't exist on Linux and friends. If we were to enable `FLTINT`
on more platforms, then we'd want to always be using more modern
signal handling and not `ieee_handler`.1 parent 3336926 commit 8b67b6b
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
793 | 793 | | |
794 | 794 | | |
795 | 795 | | |
796 | | - | |
797 | 796 | | |
798 | | - | |
799 | | - | |
800 | | - | |
801 | 797 | | |
802 | | - | |
| 798 | + | |
803 | 799 | | |
804 | 800 | | |
805 | 801 | | |
| |||
0 commit comments