summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-06-20 13:31:32 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-20 17:23:08 +0000
commitd2d73c3ec87c4412e7e67142070015e92c5112b0 (patch)
treead0f5d0601dd9558a1acb6b07bdd84a0f83bbd32 /intrpvar.h
parent212caf55b8a7ec0d131ccbf5f587aaed741446df (diff)
downloadperl-d2d73c3ec87c4412e7e67142070015e92c5112b0.tar.gz
Fixes case of CvDEPTH for perl_clone
Message-ID: <B7563A14.17D8%artur@contiller.se> p4raw-id: //depot/perl@10757
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/intrpvar.h b/intrpvar.h
index f84f3841b4..2e21f92e5f 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -479,7 +479,5 @@ PERLVAR(Inumeric_radix_sv, SV *) /* The radix separator if not '.' */
* XSUB.h provides wrapper functions via perlapi.h that make this
* irrelevant, but not all code may be expected to #include XSUB.h. */
-#if defined(USE_ITHREADS)
-PERLVAR(Iclone_callbacks, AV*) /* used for collecting callbacks during perl_clone*/
-#endif
+