summaryrefslogtreecommitdiff
path: root/thread.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-05 00:50:27 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-05 00:50:27 +0000
commit2b544454484ed91b6f1ae2cffef4c29b1302dcd7 (patch)
tree04fbdedc742e1f14a102cca392dff6b432613009 /thread.h
parent379bd76c62ad1ec219bfda207492671471a891f8 (diff)
downloadperl-2b544454484ed91b6f1ae2cffef4c29b1302dcd7.tar.gz
Compile(d) at least once with threads on win32
but did not work p4raw-id: //depot/ansiperl@202
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 c9ec77e362..a5dea00d7e 100644
--- a/thread.h
+++ b/thread.h
@@ -359,6 +359,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)