From 3d8c3264c0634c375e184df5f881cbd54ef92b5f Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 26 Jul 2024 13:17:38 -0600 Subject: [PATCH] perlapi: gv_autoload4 is a macro not a Perl_ function This also used the new ability to continue apidoc lines to avoid a long line --- gv.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gv.h b/gv.h index 380054bc5626..1b987c59e88e 100644 --- a/gv.h +++ b/gv.h @@ -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 */