summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-07 18:12:36 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-07 18:12:36 +0000
commit57d3b86dc9b74a9b2d9e24c40494104c74f62be7 (patch)
tree5de3278be91e845ba568555a0b98257fce298c64 /thread.h
parent5756a3ac9bce8d31d81b13d0e57cdc87e2565fe4 (diff)
downloadperl-57d3b86dc9b74a9b2d9e24c40494104c74f62be7.tar.gz
Change pp_tie and pp_dbmopen to use perl_call_sv instead of a
DIY pp_entersub (in preparation for AUTOLOAD change). dbmopen not tested. ofslen now maps to thr->Tofslen in thread.h. Added missing #ifdef USE_THREADS around some DEBU_L statements in die(). Building without USE_THREADS fails quite a lot of tests. It looks as though the move to per-thread magicals must be missing some #ifdef USE_THREADS. p4raw-id: //depot/perl@209
Diffstat (limited to 'thread.h')
-rw-r--r--thread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/thread.h b/thread.h
index b496d6997c..305155c3ff 100644
--- a/thread.h
+++ b/thread.h
@@ -358,6 +358,7 @@ typedef struct condpair {
#define rs (thr->Trs)
#define last_in_gv (thr->Tlast_in_gv)
#define ofs (thr->Tofs)
+#define ofslen (thr->Tofslen)
#define defoutgv (thr->Tdefoutgv)
#define chopset (thr->Tchopset)
#define formtarget (thr->Tformtarget)