emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/lisp.h


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/lisp.h
Date: Mon, 29 Nov 2004 20:02:59 -0500

Index: emacs/src/lisp.h
diff -c emacs/src/lisp.h:1.512 emacs/src/lisp.h:1.513
*** emacs/src/lisp.h:1.512      Sat Nov 27 12:24:40 2004
--- emacs/src/lisp.h    Tue Nov 30 00:31:38 2004
***************
*** 35,40 ****
--- 35,56 ----
     be compared to the sizes recorded in Lisp strings.  */
  
  #define GC_CHECK_STRING_BYTES 1
+ 
+ /* Define this to check for short string overrun.  */
+ 
+ #define GC_CHECK_STRING_OVERRUN 1
+ 
+ /* Define this to check the string free list.  */
+ 
+ #define GC_CHECK_STRING_FREE_LIST 1
+ 
+ /* Define this to check for malloc buffer overrun.  */
+ 
+ #define XMALLOC_OVERRUN_CHECK 1
+ 
+ /* Define this to check for errors in cons list.  */
+ /* #define GC_CHECK_CONS_LIST 1 */
+ 
  #endif /* 0 */
  
  




reply via email to

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