mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
Added a header file.
This commit is contained in:
parent
2b16a6feff
commit
189e8f9380
1 changed files with 4 additions and 0 deletions
|
|
@ -31,6 +31,9 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
#define macintosh
|
||||
#endif
|
||||
|
||||
#include "PROTO.h"
|
||||
#include "intrcheck.h"
|
||||
|
||||
|
||||
#ifdef MSDOS
|
||||
|
||||
|
|
@ -69,6 +72,7 @@ intrcheck()
|
|||
|
||||
static int interrupted;
|
||||
|
||||
static SIGTYPE intcatcher PROTO((int));
|
||||
static SIGTYPE
|
||||
intcatcher(sig)
|
||||
int sig;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue