diff options
author | Karl Williamson <khw@cpan.org> | 2020-10-07 17:37:44 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-10-08 08:23:29 -0600 |
commit | 19851e277a02c9a5b57961bb9fea1bda1cf87494 (patch) | |
tree | 2d108ffb5bbb44a9fc6487077a9cc5cd72106a5b /mg.c | |
parent | 9e728159a33ae479369731865c6c86daea2deeb7 (diff) | |
download | perl-19851e277a02c9a5b57961bb9fea1bda1cf87494.tar.gz |
mg.c: Note that MAGIC is documented here
Diffstat (limited to 'mg.c')
-rw-r--r-- | mg.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -34,6 +34,8 @@ plus space for some flags and pointers. For example, a tied variable has a MAGIC structure that contains a pointer to the object associated with the tie. +=for apidoc Ayh||MAGIC + =cut */ |