ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.

This commit is contained in:
Jack Jansen 2000-07-11 19:51:05 +00:00
parent 4d4daed7cd
commit d88296d25a
6 changed files with 33 additions and 33 deletions

View file

@ -170,6 +170,6 @@ typedef struct PyMac_PrefRecord {
#ifndef rez
/* From macgetpath.c: */
void PyMac_PreferenceOptions Py_PROTO((PyMac_PrefRecord *));
char * PyMac_GetPythonDir Py_PROTO((void));
void PyMac_PreferenceOptions(PyMac_PrefRecord *);
char * PyMac_GetPythonDir(void);
#endif