Must initialize 'inspect' flag

This commit is contained in:
Guido van Rossum 1993-11-05 10:16:09 +00:00
parent c6dcc9f407
commit 094885b0f0

View File

@ -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;