summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
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/Python/macmain.c
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/Python/macmain.c')
-rw-r--r--Mac/Python/macmain.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index e773fd7..8b2a1fd 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -62,8 +62,8 @@ static int orig_argc;
PyMac_PrefRecord options;
-static void Py_Main Py_PROTO((int, char **)); /* Forward */
-void PyMac_Exit Py_PROTO((int)); /* Forward */
+static void Py_Main(int, char **); /* Forward */
+void PyMac_Exit(int); /* Forward */
static void init_appearance()
{