mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
Don't define SYSTEM_MALLOC so that we can find out
when it's necessary.
This commit is contained in:
parent
ae65cd8467
commit
dfcd7ccfe9
1 changed files with 7 additions and 1 deletions
|
|
@ -19,7 +19,13 @@
|
|||
/* This is the only known way to avoid some crashes
|
||||
that seem to relate to screwed up malloc data
|
||||
after deleting a frame. */
|
||||
#define SYSTEM_MALLOC
|
||||
/* rms: I think the problems using ralloc had to do with system
|
||||
libraries that called the system malloc even if we linked in the
|
||||
GNU malloc. I could not see any way to fix the problem except to
|
||||
have just one malloc and that had to be the system one. */
|
||||
/* This is not always necessary. Turned off at present for testers to
|
||||
identify any problems with gmalloc more accurately. */
|
||||
/* #define SYSTEM_MALLOC */
|
||||
|
||||
#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
|
||||
/* Don't use the shared libraries for -lXt and -lXaw,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue