]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Added a header file.
authorGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:29:05 +0000 (16:29 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:29:05 +0000 (16:29 +0000)
Parser/intrcheck.c

index fdd27b9938931b07eba666a74a650eeed6df0142..a3db360dce6012312c71eea054ddbce5ae2e162e 100644 (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;