]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commit
Make the wizard store the MGWIZ address as an IV
authorVincent Pit <vince@profvince.com>
Fri, 27 Nov 2009 11:13:53 +0000 (12:13 +0100)
committerVincent Pit <vince@profvince.com>
Fri, 27 Nov 2009 11:13:53 +0000 (12:13 +0100)
commitc82a0127ec7ea6da80e943d0bf32bcf4052f429c
tree50e3c523d2066444895d6666bf866a0f77778ca8
parentcb678e6b73356092edce6d42b76f3d667f95d7c4
Make the wizard store the MGWIZ address as an IV

Also, since we validated the wizard, use SvIVX to read the address.
That way, we no longer need to pass the interpreter to vmg_find().
This results also in some consting goodness.
Magic.xs