Skip to content

Commit

Permalink
PATCH: [perl #134357] embed.fnc missing flag for docs
Browse files Browse the repository at this point in the history
A check was recently added if a function had documentation that
embed.fnc accurately reflected that.  Commit
c1a02cc missed this function
  • Loading branch information
khwilliamson committed Aug 13, 2019
1 parent 665ac6a commit defad34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed.fnc
Original file line number Diff line number Diff line change
Expand Up @@ -2991,7 +2991,7 @@ Apd |void |sv_catpv_flags |NN SV *dstr|NN const char *sstr \
|const I32 flags
Apd |void |sv_catsv_flags |NN SV *const dsv|NULLOK SV *const ssv|const I32 flags
Amd |STRLEN |sv_utf8_upgrade_flags|NN SV *const sv|const I32 flags
Ap |STRLEN |sv_utf8_upgrade_flags_grow|NN SV *const sv|const I32 flags|STRLEN extra
Adp |STRLEN |sv_utf8_upgrade_flags_grow|NN SV *const sv|const I32 flags|STRLEN extra
Apd |char* |sv_pvn_force_flags|NN SV *const sv|NULLOK STRLEN *const lp|const I32 flags
Adpmb |void |sv_copypv |NN SV *const dsv|NN SV *const ssv
Apmd |void |sv_copypv_nomg |NN SV *const dsv|NN SV *const ssv
Expand Down

0 comments on commit defad34

Please sign in to comment.