summaryrefslogtreecommitdiff
path: root/embedvar.h
diff options
context:
space:
mode:
authorArtur Bergman <sky@nanisky.com>2001-06-07 13:52:16 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-09 16:11:51 +0000
commit4a09accc6c4d5aaf9842ce7a2c4ad0d7c9824951 (patch)
tree6206fa72de3b70e4b7e0576695624df3a876ba20 /embedvar.h
parent5ca37ce9a896d8d8db4aa0d3ecf10ef4edb561a0 (diff)
downloadperl-4a09accc6c4d5aaf9842ce7a2c4ad0d7c9824951.tar.gz
New attempt to clone callack
Message-ID: <B7451B6F.12B7%artur@contiller.se> p4raw-id: //depot/perl@10486
Diffstat (limited to 'embedvar.h')
-rw-r--r--embedvar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/embedvar.h b/embedvar.h
index a77a2738a3..42b51e0314 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -200,6 +200,7 @@
#define PL_bufend (PERL_GET_INTERP->Ibufend)
#define PL_bufptr (PERL_GET_INTERP->Ibufptr)
#define PL_checkav (PERL_GET_INTERP->Icheckav)
+#define PL_clone_callbacks (PERL_GET_INTERP->Iclone_callbacks)
#define PL_collation_ix (PERL_GET_INTERP->Icollation_ix)
#define PL_collation_name (PERL_GET_INTERP->Icollation_name)
#define PL_collation_standard (PERL_GET_INTERP->Icollation_standard)
@@ -482,6 +483,7 @@
#define PL_bufend (vTHX->Ibufend)
#define PL_bufptr (vTHX->Ibufptr)
#define PL_checkav (vTHX->Icheckav)
+#define PL_clone_callbacks (vTHX->Iclone_callbacks)
#define PL_collation_ix (vTHX->Icollation_ix)
#define PL_collation_name (vTHX->Icollation_name)
#define PL_collation_standard (vTHX->Icollation_standard)
@@ -900,6 +902,7 @@
#define PL_bufend (aTHXo->interp.Ibufend)
#define PL_bufptr (aTHXo->interp.Ibufptr)
#define PL_checkav (aTHXo->interp.Icheckav)
+#define PL_clone_callbacks (aTHXo->interp.Iclone_callbacks)
#define PL_collation_ix (aTHXo->interp.Icollation_ix)
#define PL_collation_name (aTHXo->interp.Icollation_name)
#define PL_collation_standard (aTHXo->interp.Icollation_standard)
@@ -1183,6 +1186,7 @@
#define PL_Ibufend PL_bufend
#define PL_Ibufptr PL_bufptr
#define PL_Icheckav PL_checkav
+#define PL_Iclone_callbacks PL_clone_callbacks
#define PL_Icollation_ix PL_collation_ix
#define PL_Icollation_name PL_collation_name
#define PL_Icollation_standard PL_collation_standard