In perl.git, the branch blead has been updated

<https://perl5.git.perl.org/perl.git/commitdiff/35c1827fadfaf0a26b8d1373f06ee242ee79c111?hp=2a614cdcffdf336bc49e524a4ac3af94df7d4d00>

- Log -----------------------------------------------------------------
commit 35c1827fadfaf0a26b8d1373f06ee242ee79c111
Author: Tony Cook <[email protected]>
Date:   Tue Feb 5 19:40:53 2019 +1100

    (perl #133824) fix threading builds
    
    I failed to test the build with threads.

-----------------------------------------------------------------------

Summary of changes:
 op.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/op.c b/op.c
index 8a61b8b616..577404427d 100644
--- a/op.c
+++ b/op.c
@@ -3576,7 +3576,7 @@ For now it's static, but it may be exposed to the API in 
the future.
 */
 
 STATIC OP*
-S_traverse_op_tree(OP *top, OP *o) {
+S_traverse_op_tree(pTHX_ OP *top, OP *o) {
     OP *sib;
 
     PERL_ARGS_ASSERT_TRAVERSE_OP_TREE;

-- 
Perl5 Master Repository

Reply via email to