diff options
Diffstat (limited to 'Python/pythonrun.c')
-rw-r--r-- | Python/pythonrun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index 56254ac285..ac7e0400a0 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -58,7 +58,7 @@ static object *run_node PROTO((node *n, char *filename, object *globals, object *locals)); static object *eval_node PROTO((node *n, char *filename, object *globals, object *locals)); -void initsigs PROTO(()); +static void initsigs PROTO((void)); int debugging; /* Needed by parser.c */ int verbose; /* Needed by import.c */ |