diff options
author | Jan Dubois <jand@activestate.com> | 1998-11-23 01:48:11 +0100 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-27 14:20:12 +0000 |
commit | 3967c732803d47eb9e3dd99812f099d7f15ec379 (patch) | |
tree | 14328844c7ff6ef1b97bc430c33484228b95855e /thrdvar.h | |
parent | 73f0cc2d7df5b14dbea315ed9c6a2e3ae1fb82e6 (diff) | |
download | perl-3967c732803d47eb9e3dd99812f099d7f15ec379.tar.gz |
add ext/Devel/Peek
Message-ID: <36589ec9.49964585@smtp1.ibm.net>
Subject: [PATCH 5.005_53] Devel::Peek integration
p4raw-id: //depot/perl@2322
Diffstat (limited to 'thrdvar.h')
-rw-r--r-- | thrdvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -102,6 +102,7 @@ PERLVAR(Thv_fetch_ent_mh, HE) /* owned by hv_fetch_ent() */ PERLVAR(Tmodcount, I32) /* how much mod()ification in assignment? */ PERLVAR(Tlastgotoprobe, OP*) /* from pp_ctl.c */ +PERLVARI(Tdumpindent, I32, 4) /* # of blanks per dump indentation level */ /* sort stuff */ PERLVAR(Tsortcop, OP *) /* user defined sort routine */ |