Skip to content

Commit

Permalink
perlapi: hv_existss is a macro
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Aug 31, 2024
1 parent ebd220d commit 9ee620f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hv.h
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ whether it is valid to call C<HvAUX()>.
* STR_WITH_LEN to do the work, we have to unroll it.
*
*
=for apidoc_defn AR|bool|hv_existss|HV *hv|"key"
=for apidoc_defn AmR|bool|hv_existss|HV *hv|"key"
=cut
*/
#define hv_existss(hv, key) \
Expand Down

0 comments on commit 9ee620f

Please sign in to comment.