summaryrefslogtreecommitdiffstats
path: root/Mac/Python/macmain.c
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2000-07-24 19:52:52 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2000-07-24 19:52:52 (GMT)
commit5bdbabd203488c4ca26696ae6da9e0f7a789326f (patch)
treeba9bb96bd0e42e20e12e8dc825812b27ae2725b3 /Mac/Python/macmain.c
parent1f9f2f4c490d901c6a5815f7db8cbe6ba4903849 (diff)
downloadcpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.zip
cpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.tar.gz
cpython-5bdbabd203488c4ca26696ae6da9e0f7a789326f.tar.bz2
Added more prototypes.
Diffstat (limited to 'Mac/Python/macmain.c')
-rw-r--r--Mac/Python/macmain.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/Mac/Python/macmain.c b/Mac/Python/macmain.c
index 20dd4cb..903f292 100644
--- a/Mac/Python/macmain.c
+++ b/Mac/Python/macmain.c
@@ -50,6 +50,9 @@ extern int ccommand(char ***);
#endif
#endif
#include <unistd.h>
+#ifdef USE_MAC_SHARED_LIBRARY
+extern PyMac_AddLibResources(void);
+#endif
#define STARTUP "PythonStartup"