mirror of
https://github.com/python/cpython.git
synced 2025-01-26 19:13:43 +08:00
* Parser/intrcheck.c: make 'interrupted' global (forgot for
whom...)
This commit is contained in:
parent
c5d92e1271
commit
2929527aed
@ -174,7 +174,7 @@ intrcheck()
|
||||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
static int interrupted;
|
||||
int interrupted;
|
||||
|
||||
/* ARGSUSED */
|
||||
static RETSIGTYPE
|
||||
|
Loading…
Reference in New Issue
Block a user