Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
S_new_SV: mark args unused, make inline, rename with Perl_ prefix
When sv_inline.h was created in Perl@75acd14 and a number of things moved into it, the S_new_SV debugging function should have been made PERL_STATIC_INLINE and given the Perl_ prefix. This commit now does those things. It also marks the arguments to Perl_new_SV as PERL_UNUSED_ARG, reducing warnings on some builds.
- Loading branch information