/[emacs]/emacs/src/lisp.h
ViewVC logotype

Diff of /emacs/src/lisp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.512 by eliz, Sat Nov 27 12:24:40 2004 UTC revision 1.513 by kfstorm, Tue Nov 30 00:31:38 2004 UTC
# Line 35  Boston, MA 02111-1307, USA.  */ Line 35  Boston, MA 02111-1307, USA.  */
35     be compared to the sizes recorded in Lisp strings.  */     be compared to the sizes recorded in Lisp strings.  */
36    
37  #define GC_CHECK_STRING_BYTES 1  #define GC_CHECK_STRING_BYTES 1
38    
39    /* Define this to check for short string overrun.  */
40    
41    #define GC_CHECK_STRING_OVERRUN 1
42    
43    /* Define this to check the string free list.  */
44    
45    #define GC_CHECK_STRING_FREE_LIST 1
46    
47    /* Define this to check for malloc buffer overrun.  */
48    
49    #define XMALLOC_OVERRUN_CHECK 1
50    
51    /* Define this to check for errors in cons list.  */
52    /* #define GC_CHECK_CONS_LIST 1 */
53    
54  #endif /* 0 */  #endif /* 0 */
55    
56    

Legend:
Removed from v.1.512  
changed lines
  Added in v.1.513

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26