summaryrefslogtreecommitdiffstats
path: root/Mac/Include/pythonresources.h
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-11 19:51:05 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-11 19:51:05 (GMT)
commitd88296d25a07ae5b6d53021a3954e90a3048601c (patch)
treeb8fd8d2f94848384192e3b94c625777fa9d57967 /Mac/Include/pythonresources.h
parent4d4daed7cd9f82ae32ad8ffbbf3942abf1049b61 (diff)
downloadcpython-d88296d25a07ae5b6d53021a3954e90a3048601c.zip
cpython-d88296d25a07ae5b6d53021a3954e90a3048601c.tar.gz
cpython-d88296d25a07ae5b6d53021a3954e90a3048601c.tar.bz2
ANSIfication step 1: get rid of Py_PROTO and Py_FPROTO.
Diffstat (limited to 'Mac/Include/pythonresources.h')
-rw-r--r--Mac/Include/pythonresources.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Include/pythonresources.h b/Mac/Include/pythonresources.h
index 3cd0b55..1782608 100644
--- a/Mac/Include/pythonresources.h
+++ b/Mac/Include/pythonresources.h
@@ -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