Skip to content

Commit

Permalink
perlapi: PERLIO_FUNCS_CAST is not a typedef
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Sep 1, 2024
1 parent 6e151f3 commit ba7a409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perlio.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ typedef PerlIOl *PerlIO;
Declare C<ftab> to be a PerlIO function table, that is, of type
C<PerlIO_funcs>.
=for apidoc Ay|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func
=for apidoc Amd|PerlIO_funcs *|PERLIO_FUNCS_CAST|PerlIO * func
Cast the pointer C<func> to be of type S<C<PerlIO_funcs *>>.
=cut
Expand Down

0 comments on commit ba7a409

Please sign in to comment.