X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlapi.h;h=5e5ac2825b039c61d963da0ae9f5d8b378a886e0;hb=bf9b2f8f129695d329aed9658a2b6dae62c5f454;hp=70a2187389ed8391d119894915d4fbcca5dccadc;hpb=2880a34dbedbf432930afb9c6e16e70cd4961ecd;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlapi.h b/perlapi.h index 70a2187..5e5ac28 100755 --- a/perlapi.h +++ b/perlapi.h @@ -878,6 +878,8 @@ START_EXTERN_C #define PL_hexdigit (*Perl_Ghexdigit_ptr(NULL)) #undef PL_malloc_mutex #define PL_malloc_mutex (*Perl_Gmalloc_mutex_ptr(NULL)) +#undef PL_op_mutex +#define PL_op_mutex (*Perl_Gop_mutex_ptr(NULL)) #undef PL_patleave #define PL_patleave (*Perl_Gpatleave_ptr(NULL)) #undef PL_thr_key