From: Jarkko Hietaniemi Date: Wed, 1 Aug 2001 23:08:41 +0000 (+0000) Subject: The #11541 didn't work under threads. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a07e034d5b7121cacfc8c4af9b2736c3d2ab2af3;p=p5sagit%2Fp5-mst-13.2.git The #11541 didn't work under threads. p4raw-id: //depot/perl@11544 --- diff --git a/op.c b/op.c index 895c967..c542cbf 100644 --- a/op.c +++ b/op.c @@ -20,7 +20,7 @@ #include "perl.h" #include "keywords.h" -#define CALL_PEEP(o) CALL_FPTR(PL_peepp)(o) +#define CALL_PEEP(o) CALL_FPTR(PL_peepp)(aTHX_ o) /* #define PL_OP_SLAB_ALLOC */