-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix sv_2pv and sv_2pv_flags for Perl < 5.17.2 #232
Conversation
Can anybody look at this change? @pmqs @atoomic @khwilliamson |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Seeing a compilation warning with this change
assume you meant to use
|
Apart from the |
I force pushed fix with elif. Please check. |
All is fine here with the Also happened to notice this warning when building
|
I've submitted the changes to blead via Perl/perl5#21453 |
I started a review of this and got distracted, and the comments I had started did not get into the record. I do want to review this thoroughly. One issue is the use of PL_na. Note the BEWARE clause in perlapi.
Sometimes one has to use PL_na, but it should not be used when we have GCC brace groups available |
Makes sense. |
Fixes: #231