Changeset View
Changeset View
Standalone View
Standalone View
source/creator/creator_signals.c
| Context not available. | |||||
| * set breakpoints on sig_handle_fpe */ | * set breakpoints on sig_handle_fpe */ | ||||
| signal(SIGFPE, sig_handle_fpe); | signal(SIGFPE, sig_handle_fpe); | ||||
| # if defined(__linux__) && defined(__GNUC__) | # if defined(__linux__) && defined(__GNUC__) && defined(HAVE_FEENABLEEXCEPT) | ||||
| feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); | feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW); | ||||
| # endif /* defined(__linux__) && defined(__GNUC__) */ | # endif /* defined(__linux__) && defined(__GNUC__) */ | ||||
| # if defined(OSX_SSE_FPE) | # if defined(OSX_SSE_FPE) | ||||
| Context not available. | |||||