Skip to content

Commit

Permalink
mv sv_catsv_nomg() API definition to where defined in source
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Jul 29, 2024
1 parent c0f8d91 commit 9672431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sv.h
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,7 @@ immediately written again.
sv_setsv_flags(dsv, ssv, SV_GMAGIC|SV_DO_COW_SVSETSV)
/*
=for apidoc_defn Am|void|sv_setsv_nomg|SV *dsv|SV *ssv
=for apidoc_defn Am|void|sv_catsv_nomg|SV *dsv|SV *ssv
=cut
*/
#define sv_setsv_nomg(dsv, ssv) sv_setsv_flags(dsv, ssv, SV_DO_COW_SVSETSV)
Expand Down

0 comments on commit 9672431

Please sign in to comment.