Skip to content

Commit ba7a409

Browse files
committed
perlapi: PERLIO_FUNCS_CAST is not a typedef
1 parent 6e151f3 commit ba7a409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perlio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ typedef PerlIOl *PerlIO;
6969
Declare C<ftab> to be a PerlIO function table, that is, of type
7070
C<PerlIO_funcs>.
7171
72-
=for apidoc Ay|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func
72+
=for apidoc Amd|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func
7373
Cast the pointer C<func> to be of type S<C<PerlIO_funcs *>>.
7474
7575
=cut

0 commit comments

Comments
 (0)