comparison src/ralloc.c @ 31891:d8d68cbd1113

(__malloc_extra_blocks): Declare as __malloc_size_t.
author Dave Love <fx@gnu.org>
date Mon, 25 Sep 2000 21:07:55 +0000
parents f0f7e75e83c4
children 72f30168f26c
comparison
equal deleted inserted replaced
31890:ef483f5d2a7d 31891:d8d68cbd1113
44 #ifdef DOUG_LEA_MALLOC 44 #ifdef DOUG_LEA_MALLOC
45 #define M_TOP_PAD -2 45 #define M_TOP_PAD -2
46 extern int mallopt (); 46 extern int mallopt ();
47 #else /* not DOUG_LEA_MALLOC */ 47 #else /* not DOUG_LEA_MALLOC */
48 #ifndef SYSTEM_MALLOC 48 #ifndef SYSTEM_MALLOC
49 extern int __malloc_extra_blocks; 49 extern size_t __malloc_extra_blocks;
50 #endif /* SYSTEM_MALLOC */ 50 #endif /* SYSTEM_MALLOC */
51 #endif /* not DOUG_LEA_MALLOC */ 51 #endif /* not DOUG_LEA_MALLOC */
52 52
53 #else /* not emacs */ 53 #else /* not emacs */
54 54