Skip to content

Commit

Permalink
perlapi: gv_autoload4 is a macro not a Perl_ function
Browse files Browse the repository at this point in the history
This also used the new ability to continue apidoc lines to avoid a long
line
  • Loading branch information
khwilliamson committed Jul 29, 2024
1 parent f39893a commit 3d8c326
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gv.h
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,10 @@ Return the CV from the GV.
#define gv_fetchmethod_flags(stash,name,flags) gv_fetchmethod_pv_flags(stash, name, flags)

/*
=for apidoc_defn ARdp|GV *|gv_autoload4|NULLOK HV *stash|NN const char *name|STRLEN len|I32 method
=for apidoc_defn ARmd|GV *|gv_autoload4|NULLOK HV *stash \
|NN const char *name \
|STRLEN len \
|I32 method
=cut
*/
Expand Down

0 comments on commit 3d8c326

Please sign in to comment.