Commit 189e8f93 authored by Guido van Rossum's avatar Guido van Rossum

Added a header file.

parent 2b16a6fe
......@@ -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;
......
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