perl 5.003_06: ext/SDBM_File/sdbm/sdbm.h
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Tue, 8 Oct 1996 01:36:39 +0000 (01:36 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 8 Oct 1996 01:36:39 +0000 (01:36 +0000)
Revert from Perl_malloc to Mymalloc for binary compatibility with
5.003.

ext/SDBM_File/sdbm/sdbm.h

index b862147..e297903 100644 (file)
@@ -110,10 +110,10 @@ extern long sdbm_hash proto((char *, int));
 
 #ifdef MYMALLOC
 #   ifdef HIDEMYMALLOC
-#      define malloc Perl_malloc
-#      define realloc Perl_realloc
-#      define free Perl_free
-#      define calloc Perl_calloc
+#      define malloc Mymalloc
+#      define realloc Myrealloc
+#      define free Myfree
+#      define calloc Mycalloc
 #   endif
 #   define safemalloc malloc
 #   define saferealloc realloc