From: Vincent Pit Date: Wed, 17 Jun 2009 13:19:53 +0000 (+0200) Subject: Update ck_root() comment X-Git-Tag: v0.02~6 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Fautovivification.git;a=commitdiff_plain;h=9826248db4a24707c2295e3e60d26411d05df265 Update ck_root() comment --- diff --git a/autovivification.xs b/autovivification.xs index b307fcb..4b05d28 100644 --- a/autovivification.xs +++ b/autovivification.xs @@ -545,7 +545,7 @@ STATIC OP *a_ck_rv2xv(pTHX_ OP *o) { return o; } -/* ... ck_root (exists,delete) ............................................. */ +/* ... ck_root (exists,delete,keys,values) ................................. */ STATIC OP *(*a_old_ck_exists)(pTHX_ OP *) = 0; STATIC OP *(*a_old_ck_delete)(pTHX_ OP *) = 0;