components/emacs/patches/sysmalloc.patch
changeset 176 11a04b640bf2
child 686 b4fe91eb660b
equal deleted inserted replaced
175:5195b4ea17ad 176:11a04b640bf2
       
     1 *** emacs-23.1/src/s/sol2-5.h.orig	Wed Oct 14 17:57:22 2009
       
     2 --- emacs-23.1/src/s/sol2-5.h	Wed Oct 14 17:58:54 2009
       
     3 ***************
       
     4 *** 17,22 ****
       
     5 --- 17,23 ----
       
     6   /* This is not always necessary.  Turned off at present for testers to
       
     7      identify any problems with gmalloc more accurately.  */
       
     8   /* #define SYSTEM_MALLOC */
       
     9 + #define SYSTEM_MALLOC
       
    10   
       
    11   /* There have problems reported with mmap at least on Solaris 2.6
       
    12      and 2.7.  For simplicity, let's not use mmap for anything >= 2.5.