mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
* Parser/intrcheck.c: make 'interrupted' global (forgot for
whom...)
This commit is contained in:
parent
c5d92e1271
commit
2929527aed
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ intrcheck()
|
|||
#include <string.h>
|
||||
#include <signal.h>
|
||||
|
||||
static int interrupted;
|
||||
int interrupted;
|
||||
|
||||
/* ARGSUSED */
|
||||
static RETSIGTYPE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue