summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Python/frozenmain.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Python/frozenmain.c b/Python/frozenmain.c
index 2aee249..8f35ea5 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;