emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Fri, 19 Sep 2003 11:49:25 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.325 emacs/src/alloc.c:1.326
*** emacs/src/alloc.c:1.325     Thu Sep 11 18:41:16 2003
--- emacs/src/alloc.c   Fri Sep 19 11:49:25 2003
***************
*** 31,43 ****
  
  #include <signal.h>
  
- /* GC_MALLOC_CHECK defined means perform validity checks of malloc'd
-    memory.  Can do this only if using gmalloc.c.  */
- 
- #if defined SYSTEM_MALLOC || defined DOUG_LEA_MALLOC
- #undef GC_MALLOC_CHECK
- #endif
- 
  /* This file is part of the core Lisp implementation, and thus must
     deal with the real data structures.  If the Lisp implementation is
     replaced, this file likely will not be used.  */
--- 31,36 ----
***************
*** 55,60 ****
--- 48,60 ----
  #include "charset.h"
  #include "syssignal.h"
  #include <setjmp.h>
+ 
+ /* GC_MALLOC_CHECK defined means perform validity checks of malloc'd
+    memory.  Can do this only if using gmalloc.c.  */
+ 
+ #if defined SYSTEM_MALLOC || defined DOUG_LEA_MALLOC
+ #undef GC_MALLOC_CHECK
+ #endif
  
  #ifdef HAVE_UNISTD_H
  #include <unistd.h>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]