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: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c
Date: Tue, 24 May 2005 11:34:10 -0400

Index: emacs/src/alloc.c
diff -c emacs/src/alloc.c:1.369 emacs/src/alloc.c:1.370
*** emacs/src/alloc.c:1.369     Sat May 14 14:07:03 2005
--- emacs/src/alloc.c   Tue May 24 15:34:09 2005
***************
*** 1684,1690 ****
  
  /* We check for overrun in string data blocks by appending a small
     "cookie" after each allocated string data block, and check for the
!    presense of this cookie during GC.  */
  
  #define GC_STRING_OVERRUN_COOKIE_SIZE 4
  static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] =
--- 1684,1690 ----
  
  /* We check for overrun in string data blocks by appending a small
     "cookie" after each allocated string data block, and check for the
!    presence of this cookie during GC.  */
  
  #define GC_STRING_OVERRUN_COOKIE_SIZE 4
  static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] =




reply via email to

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