add handy note on vtable fields
David Mitchell [Sat, 5 Jun 2010 12:12:11 +0000 (13:12 +0100)]
perl.h

diff --git a/perl.h b/perl.h
index ea18d32..673a19e 100644 (file)
--- 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),