diff options
author | David Mitchell <davem@iabyn.com> | 2010-06-05 13:12:11 +0100 |
---|---|---|
committer | David Mitchell <davem@iabyn.com> | 2010-06-05 13:12:11 +0100 |
commit | 4a75fa1ae0acfb6204ce925df66ec1e7f85767ce (patch) | |
tree | 3bd02c6ad89b42cf7733c37081bc407a24318b45 /perl.h | |
parent | 1a1a5af7b042b1599e52170095e55b02673d4c53 (diff) | |
download | perl-4a75fa1ae0acfb6204ce925df66ec1e7f85767ce.tar.gz |
add handy note on vtable fields
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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), |