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] =


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to