diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-10-08 22:12:21 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-10-08 22:12:21 +0000 |
commit | 05effc97cc62961300cfc0d8e28272ddfe9c0c7f (patch) | |
tree | 38a5eebdb184fc443b70946b3eeaabe0a09f69c3 /perl.h | |
parent | 515e7bd7b61ce9581ca597e2697aa243300f4a60 (diff) | |
download | perl-05effc97cc62961300cfc0d8e28272ddfe9c0c7f.tar.gz |
perl 5.003_07: ext/SDBM_File/sdbm/sdbm.h perl.h
Change Myrealloc to Myremalloc to conform to 5.003's version.
I left in the Mycalloc since malloc.c now includes a calloc,
and we might need to hide it.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -207,7 +207,7 @@ EXT int lc_collate_active; #ifdef MYMALLOC # ifdef HIDEMYMALLOC # define malloc Mymalloc -# define realloc Myrealloc +# define realloc Myremalloc # define free Myfree # define calloc Mycalloc # endif |