Re: Refactoring the core to use *_set macros

[email protected] (Steve Peters) Thu, 7 Apr 2005 14:08:44 -0500
Newsgroups perl.ponie.dev
Message-ID <[email protected]>
On Wed, Apr 06, 2005 at 08:10:48PM +0100, Nicholas Clark wrote:
> 
> The only niggly bit is that SvNV_set needs to be changed, as it's currently
> expressed in terms of SvNVX(). Oops.

That should be OK.  Once all the Sv*X()'s are converted to Sv*_set()'s, we 
can change the Sv*_set()'s to not use Sv*X() after we're done.

Steve Peters
[email protected]