summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1998-07-26 14:31:01 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1998-07-26 14:31:01 +0000
commitc485e6072d15e92c314a8b9cb6957c3edf13f985 (patch)
tree91936656aa4b557fe9c7bb4b88a47b3e3591df64 /doop.c
parentf13d8a8ffd56f8f5e7431d8bef692aaa336d55a8 (diff)
downloadperl-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/doop.c b/doop.c
index 9dc9b047b4..2685a0bdeb 100644
--- a/doop.c
+++ b/doop.c
@@ -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;