projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c46b27b
)
The #11541 didn't work under threads.
Jarkko Hietaniemi [Wed, 1 Aug 2001 23:08:41 +0000 (23:08 +0000)]
p4raw-id: //depot/perl@11544
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
895c967
..
c542cbf
100644
(file)
--- 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 */