From: David Mitchell Date: Sat, 5 Jun 2010 12:12:11 +0000 (+0100) Subject: add handy note on vtable fields X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4a75fa1ae0acfb6204ce925df66ec1e7f85767ce;p=p5sagit%2Fp5-mst-13.2.git add handy note on vtable fields --- diff --git a/perl.h b/perl.h index ea18d32..673a19e 100644 --- a/perl.h +++ b/perl.h @@ -5026,6 +5026,19 @@ START_EXTERN_C * not the same beast. ANSI doesn't allow the assignment from one to the other. * (although most, but not all, compilers are prepared to do it) */ + +/* args are: + vtable + get + set + len + clear + free + copy + dup + local +*/ + MGVTBL_SET( PL_vtbl_sv, MEMBER_TO_FPTR(Perl_magic_get),