diff options
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 10cd6b7d34..20df3050f3 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -43,6 +43,9 @@ PERLVAR(Istack_base, SV **) PERLVAR(Istack_max, SV **) PERLVAR(Iscopestack, I32 *) /* scopes we've ENTERed */ +#ifdef DEBUGGING +PERLVAR(Iscopestack_name, const char * *) /* name of the scopes we've ENTERed */ +#endif PERLVAR(Iscopestack_ix, I32) PERLVAR(Iscopestack_max,I32) |