-
Notifications
You must be signed in to change notification settings - Fork 561
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace newSV_type() + sv_setsv_flags() with newSVsv_flags()
`newSV_type` is an inline function nowadays, with `sv_setsv_flags` being a call into _sv.c_. However, we might as well just call `newSVsv_flags` to achieve the same outcome.
- Loading branch information
1 parent
13aa9ce
commit 1f72ce9
Showing
1 changed file
with
8 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters