fix dusty debugging macros

This commit is contained in:
Guido van Rossum 1995-03-29 16:57:48 +00:00
parent 07432c0ef6
commit 6f9e433ab3
6 changed files with 11 additions and 11 deletions

View file

@ -288,7 +288,7 @@ eval_code(co, globals, locals, owner, arg)
#ifdef LLTRACE
int lltrace;
#endif
#ifdef DEBUG
#if defined( DEBUG ) || defined( LLTRACE )
/* Make it easier to find out where we are with dbx */
char *filename = getstringvalue(co->co_filename);
#endif