Skip to content

Commit

Permalink
S_clear_placeholders(): Fix compiler warning
Browse files Browse the repository at this point in the history
A parameter to this function was declared const in its prototype but not
in embed.fnc, and had a different name
  • Loading branch information
khwilliamson committed Nov 20, 2023
1 parent a1b9716 commit a2abec5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embed.fnc
Expand Up @@ -4316,7 +4316,7 @@ EGdp |HV * |gv_stashsvpvn_cached \
#if defined(PERL_IN_HV_C)
Sx |void |clear_placeholders \
|NN HV *hv \
|U32 items
|const U32 items
S |void |hsplit |NN HV *hv \
|STRLEN const oldsize \
|STRLEN newsize
Expand Down
2 changes: 1 addition & 1 deletion proto.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a2abec5

Please sign in to comment.