Skip to content

Conversation

khwilliamson
Copy link
Contributor

This makes perlapi more compact, and at the same time, easier for readers to compare these forms and decide which is best suited for their purposes.

  • This set of changes does not require a perldelta entry.

I looked at the code, and SvUVX looks at the UV slot; so this is a typo
This makes perlapi more compact, and at the same time, easier for
readers to compare them and decide which form is best suited for their
purposes.
Comment on lines +782 to +783
conversions. Only use when you are sure C<SvIOK> is true.
C<SvIVXx> is a deprecated synonym for C<SvIVX>.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are and when were the x suffix names deprecated? (and was that perldeltaed?)

They still the right thing in older perls and harmlessly do the right thing in newer perls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants