From ba7a409cbb92c13079cc1a43e22e3e81b55fd248 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sat, 31 Aug 2024 18:18:48 -0600 Subject: [PATCH] perlapi: PERLIO_FUNCS_CAST is not a typedef --- perlio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perlio.h b/perlio.h index 96fc6f51ccbf..07724c5ee74f 100644 --- a/perlio.h +++ b/perlio.h @@ -69,7 +69,7 @@ typedef PerlIOl *PerlIO; Declare C to be a PerlIO function table, that is, of type C. -=for apidoc Ay|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func +=for apidoc Amd|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func Cast the pointer C to be of type S>. =cut