summaryrefslogtreecommitdiff
path: root/Python/frozenmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/frozenmain.c')
-rw-r--r--Python/frozenmain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index 2aee24941c..8f35ea5b92 100644
--- a/Python/frozenmain.c
+++ b/Python/frozenmain.c
@@ -37,7 +37,8 @@ main(argc, argv)
char **argv;
{
char *p;
- int n, inspect, sts;
+ int n, sts;
+ int inspect = 0;
if ((p = getenv("PYTHONDEBUG")) && *p != '\0')
debugging = 1;