diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-05 00:50:27 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-05 00:50:27 +0000 |
commit | 2b544454484ed91b6f1ae2cffef4c29b1302dcd7 (patch) | |
tree | 04fbdedc742e1f14a102cca392dff6b432613009 /thread.h | |
parent | 379bd76c62ad1ec219bfda207492671471a891f8 (diff) | |
download | perl-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |