changeset 23979:fe8617dd8a50

(main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.
author Richard M. Stallman <rms@gnu.org>
date Sat, 02 Jan 1999 21:53:05 +0000
parents 5975ffe0b250
children 9caafbfd8130
files src/emacs.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/emacs.c	Sat Jan 02 20:00:29 1999 +0000
+++ b/src/emacs.c	Sat Jan 02 21:53:05 1999 +0000
@@ -566,10 +566,8 @@
 #ifdef DOUG_LEA_MALLOC
   if (initialized)
     {
-      extern void r_alloc_reinit ();
       malloc_set_state (malloc_state_ptr);
       free (malloc_state_ptr);
-      r_alloc_reinit ();
     }
 #endif