Kaydet (Commit) 1aeb1047 authored tarafından Guido van Rossum's avatar Guido van Rossum

Include setjmp.h so it compiles if WANT_SIGFPE_HANDLER is undefined.

üst f0958064
......@@ -72,6 +72,7 @@ extern "C" {
/* Define locally if they are not defined in Python. This gives only
* the limited control to induce a core dump in case of an exception.
*/
#include <setjmp.h>
static jmp_buf PyFPE_jbuf;
static int PyFPE_counter = 0;
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment