diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-07-26 14:31:01 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1998-07-26 14:31:01 +0000 |
commit | c485e6072d15e92c314a8b9cb6957c3edf13f985 (patch) | |
tree | 91936656aa4b557fe9c7bb4b88a47b3e3591df64 /doop.c | |
parent | f13d8a8ffd56f8f5e7431d8bef692aaa336d55a8 (diff) | |
download | perl-c485e6072d15e92c314a8b9cb6957c3edf13f985.tar.gz |
Add dTHR so that it compiles miniperl in threaded mode
p4raw-id: //depot/perl@1667
Diffstat (limited to 'doop.c')
-rw-r--r-- | doop.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -463,6 +463,7 @@ do_chop(register SV *astr, register SV *sv) { STRLEN len; char *s; + dTHR; if (SvTYPE(sv) == SVt_PVAV) { register I32 i; |