X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=autovivification.xs;h=7a175eb3640552764b4c618cb7d585136dbeee39;hb=8d9345090435042bec6d09effccbe31421837803;hp=828ea9a91c2389d0acf6ce8f191dbc45be4a1677;hpb=953c78ea46700417b5ab265779668d5a5033a61f;p=perl%2Fmodules%2Fautovivification.git diff --git a/autovivification.xs b/autovivification.xs index 828ea9a..7a175eb 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -157,9 +157,9 @@ static SV *a_vivify_ref(pTHX_ SV *sv, int to_hash) { # define A_CHECK_LOCK OP_REFCNT_LOCK # define A_CHECK_UNLOCK OP_REFCNT_UNLOCK #else -/* Before perl 5.9.3, indirect_ck_*() calls are already protected by the - * A_LOADED mutex, which falls back to the OP_REFCNT mutex. Make sure we don't - * lock it twice. */ +/* Before perl 5.9.3, a_ck_*() calls are already protected by the A_LOADED + * mutex, which falls back to the OP_REFCNT mutex. Make sure we don't lock it + * twice. */ # define A_CHECK_LOCK NOOP # define A_CHECK_UNLOCK NOOP #endif