comparison src/emacs.c @ 31602:a42e23d2b9cc

Change conditional compilation on REL_ALLOC_MMAP to USE_MMAP_FOR_BUFFERS.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 14 Sep 2000 15:13:18 +0000
parents c3b1fc2b0d11
children 43566b0aec59
comparison
equal deleted inserted replaced
31601:c7be4550c981 31602:a42e23d2b9cc
1973 #endif 1973 #endif
1974 #ifdef DOUG_LEA_MALLOC 1974 #ifdef DOUG_LEA_MALLOC
1975 malloc_state_ptr = malloc_get_state (); 1975 malloc_state_ptr = malloc_get_state ();
1976 #endif 1976 #endif
1977 1977
1978 #ifdef REL_ALLOC_MMAP 1978 #ifdef USE_MMAP_FOR_BUFFERS
1979 mmap_set_vars (0); 1979 mmap_set_vars (0);
1980 #endif 1980 #endif
1981 unexec (XSTRING (filename)->data, 1981 unexec (XSTRING (filename)->data,
1982 !NILP (symfile) ? XSTRING (symfile)->data : 0, my_edata, 0, 0); 1982 !NILP (symfile) ? XSTRING (symfile)->data : 0, my_edata, 0, 0);
1983 #ifdef REL_ALLOC_MMAP 1983 #ifdef USE_MMAP_FOR_BUFFERS
1984 mmap_set_vars (1); 1984 mmap_set_vars (1);
1985 #endif 1985 #endif
1986 #ifdef DOUG_LEA_MALLOC 1986 #ifdef DOUG_LEA_MALLOC
1987 free (malloc_state_ptr); 1987 free (malloc_state_ptr);
1988 #endif 1988 #endif