This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.003_03: handy.h
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Tue, 20 Aug 1996 10:38:54 +0000 (10:38 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 20 Aug 1996 10:38:54 +0000 (10:38 +0000)
commit44ae4f4f163d5d4bc77d7abbfbe6ab893202d9d4
tree7bcedeea714933edb9017c153aed294763b00ffa
parent02decb1e5e26e0856b1f9a64628d9e13a5be378a
perl 5.003_03: handy.h

Change safe*alloc functions to have prototypes that
match the system's malloc and free types.  That is, use
Malloc_t instead of char *, and Free_t instead of void.
This is necessary so . . .

Safefree cast matches type of free() whether it's perl's
malloc/free or the system's malloc/free.
handy.h