mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
move decl of realmain() out of #ifdef
This commit is contained in:
parent
de4e124c9b
commit
74ee2878b6
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue