X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/ba869debd80c55cfae8e9d4de0991d62f9efcb9b..1a436f0ca3fe8a91250f384799ba070ba4b7bec1:/perlvars.h diff --git a/perlvars.h b/perlvars.h index 4df31bb..bd07adc 100644 --- a/perlvars.h +++ b/perlvars.h @@ -34,3 +34,7 @@ PERLVARI(Gdo_undump, bool, FALSE) /* -u or dump seen? */ #if defined(MYMALLOC) && (defined(USE_THREADS) || defined(USE_ITHREADS)) PERLVAR(Gmalloc_mutex, perl_mutex) /* Mutex for malloc */ #endif + +#if defined(USE_ITHREADS) +PERLVAR(Gop_mutex, perl_mutex) /* Mutex for op refcounting */ +#endif