[patch] small change
Vadim Konovalov [Fri, 24 May 2002 19:18:24 +0000 (23:18 +0400)]
From: "Konovalov, Vadim" <vkonovalov@spb.lucent.com>
Message-ID: <845FCFF2D4C0FC468B485E8777C7A00C07D69E@cio-test001.spb.lucent.com>

p4raw-id: //depot/perl@16767

perl.h
win32/makefile.mk

diff --git a/perl.h b/perl.h
index 45adfbb..09be747 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -485,12 +485,14 @@ int usleep(unsigned int);
 #  else
 #    define EMBEDMYMALLOC      /* for compatibility */
 #  endif
+START_EXTERN_C
 Malloc_t Perl_malloc (MEM_SIZE nbytes);
 Malloc_t Perl_calloc (MEM_SIZE elements, MEM_SIZE size);
 Malloc_t Perl_realloc (Malloc_t where, MEM_SIZE nbytes);
 /* 'mfree' rather than 'free', since there is already a 'perl_free'
  * that causes clashes with case-insensitive linkers */
 Free_t   Perl_mfree (Malloc_t where);
+END_EXTERN_C
 
 typedef struct perl_mstats perl_mstats_t;
 
index 1eb7613..f3f3d0f 100644 (file)
@@ -242,10 +242,6 @@ USE_5005THREADS    *= undef
 USE_ITHREADS   != undef
 .ENDIF
 
-.IF "$(USE_IMP_SYS)" == "define"
-PERL_MALLOC    != undef
-.ENDIF
-
 USE_MULTI      *= undef
 USE_ITHREADS   *= undef
 USE_IMP_SYS    *= undef