summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-01 23:08:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-01 23:08:41 +0000
commita07e034d5b7121cacfc8c4af9b2736c3d2ab2af3 (patch)
treeec6bc016fff35f67a1f1740016ab06ab8e0deca7 /op.c
parentc46b27b898d5d5e10f6b18bc5d06b1a5d9e76a3b (diff)
downloadperl-a07e034d5b7121cacfc8c4af9b2736c3d2ab2af3.tar.gz
The #11541 didn't work under threads.
p4raw-id: //depot/perl@11544
Diffstat (limited to 'op.c')
-rw-r--r--op.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index 895c967cb4..c542cbf0bd 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 */