summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1998-11-23 01:48:11 +0100
committerGurusamy Sarathy <gsar@cpan.org>1998-11-27 14:20:12 +0000
commit3967c732803d47eb9e3dd99812f099d7f15ec379 (patch)
tree14328844c7ff6ef1b97bc430c33484228b95855e /intrpvar.h
parent73f0cc2d7df5b14dbea315ed9c6a2e3ae1fb82e6 (diff)
downloadperl-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 'intrpvar.h')
-rw-r--r--intrpvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 1f6244d557..457ad75e0c 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -146,7 +146,6 @@ PERLVAR(Ioldname, char *) /* what to preserve mode on */
PERLVAR(IArgv, char **) /* stuff to free from do_aexec, vfork safe */
PERLVAR(ICmd, char *) /* stuff to free from do_aexec, vfork safe */
PERLVAR(Imystrk, SV *) /* temp key string for do_each() */
-PERLVAR(Idumplvl, I32) /* indentation level on syntax tree dump */
PERLVAR(Ioldlastpm, PMOP *) /* for saving regexp context in debugger */
PERLVAR(Igensym, I32) /* next symbol for getsym() to define */
PERLVAR(Ipreambled, bool)