Added a header file.

This commit is contained in:
Guido van Rossum 1992-01-19 16:29:05 +00:00
parent 2b16a6feff
commit 189e8f9380

View file

@ -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;