From 72f43fb7441f1d3ab357f8b069ce8e276ce59579 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 19 Jul 1997 21:59:47 +0000 Subject: frozenmain.c is now also in the library, with entry point Py_FrozenMain(). --- Python/frozenmain.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Python/frozenmain.c') diff --git a/Python/frozenmain.c b/Python/frozenmain.c index d693401188..d5a398b075 100644 --- a/Python/frozenmain.c +++ b/Python/frozenmain.c @@ -33,14 +33,10 @@ PERFORMANCE OF THIS SOFTWARE. #include "Python.h" -/* Subroutines that live in their own file */ -extern char *Py_GetVersion(); -extern char *Py_GetCopyright(); - /* Main program */ int -main(argc, argv) +Py_FrozenMain(argc, argv) int argc; char **argv; { -- cgit v1.2.1