Skip to content

Commit

Permalink
Simplified inclusions and avoid prototypes copied in from elsewhere.
Browse files Browse the repository at this point in the history
This also avoids a warning in anal mode.
  • Loading branch information
freddrake committed Aug 23, 2000
1 parent 323fe5d commit eb375e4
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions Parser/intrcheck.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,7 @@ redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES.

/* Check for interrupts */

#include "config.h"

/* config.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#endif

#include "intrcheck.h"

/* Copied here from ceval.h -- can't include that file. */
int Py_AddPendingCall(int (*func)(void *), void *arg);

#include "Python.h"

#ifdef QUICKWIN

Expand Down

0 comments on commit eb375e4

Please sign in to comment.