A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://svn.python.org/projects/python/branches/r23c1-branch/Python/pyfpe.c below:

#include "pyconfig.h" #include "pyfpe.h" /* * The signal handler for SIGFPE is actually declared in an external * module fpectl, or as preferred by the user. These variable * definitions are required in order to compile Python without * getting missing externals, but to actually handle SIGFPE requires * defining a handler and enabling generation of SIGFPE. */ #ifdef WANT_SIGFPE_HANDLER jmp_buf PyFPE_jbuf; int PyFPE_counter = 0; #endif /* Have this outside the above #ifdef, since some picky ANSI compilers issue a warning when compiling an empty file. */ double PyFPE_dummy(void *dummy) { return 1.0; }

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4