Commit 74ee2878 authored by Guido van Rossum's avatar Guido van Rossum

move decl of realmain() out of #ifdef

parent de4e124c
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment