]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
move decl of realmain() out of #ifdef
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 11:00:56 +0000 (11:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 1995 11:00:56 +0000 (11:00 +0000)
Modules/config.c.in

index d625067d9e4a360f0494989a8b7cb9e93e5d50c1..327b9a0ceaa15225af20a2ebce269763c173fc40 100644 (file)
@@ -62,8 +62,9 @@ static char *argv0;
 static char **orig_argv;
 static int  orig_argc;
 
+extern int realmain PROTO((int, char**));
+
 #if defined(__cplusplus)
-int realmain(int, char**);
 main(int argc, char **argv)
 #else
 main(argc, argv)