components/emacs/patches/sysmalloc.patch
author Rich Burridge <rich.burridge@oracle.com>
Tue, 27 Mar 2012 14:26:32 -0700
changeset 749 fb0d68325f3b
parent 686 b4fe91eb660b
permissions -rw-r--r--
7156890 nose 1.0.0 sparcv9 and amd64 issue with python path and causes install_unit_tests failure

*** emacs-23.4.orig/src/s/sol2-5.h	Mon Oct 17 19:20:46 2011
--- emacs-23.4/src/s/sol2-5.h	Tue Feb  7 12:38:02 2012
***************
*** 17,22 ****
--- 17,23 ----
  /* This is not always necessary.  Turned off at present for testers to
     identify any problems with gmalloc more accurately.  */
  /* #define SYSTEM_MALLOC */
+ #define SYSTEM_MALLOC
  
  /* There have problems reported with mmap at least on Solaris 2.6
     and 2.7.  For simplicity, let's not use mmap for anything >= 2.5.