mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
This commit is contained in:
parent
4d4daed7cd
commit
d88296d25a
6 changed files with 33 additions and 33 deletions
|
@ -104,13 +104,13 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
|
||||
/* Declared in macfsmodule.c: */
|
||||
extern FSSpec *mfs_GetFSSpecFSSpec();
|
||||
extern PyObject *newmfssobject Py_PROTO((FSSpec *));
|
||||
extern PyObject *newmfssobject(FSSpec *);
|
||||
|
||||
/* Interrupt code variables: */
|
||||
static int interrupted; /* Set to true when cmd-. seen */
|
||||
static RETSIGTYPE intcatcher Py_PROTO((int));
|
||||
static RETSIGTYPE intcatcher(int);
|
||||
|
||||
static int PyMac_Yield Py_PROTO((void));
|
||||
static int PyMac_Yield(void);
|
||||
|
||||
/*
|
||||
** These are the real scheduling parameters that control what we check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue