diff options
| author | Miles Bader | 2005-05-26 05:42:19 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-05-26 05:42:19 +0000 |
| commit | d2eeec7fb90dc54c4b08e85f452a23317c0ee65d (patch) | |
| tree | cd13677b902ee91ff96c5f43ca30ae2aba828312 /src/alloc.c | |
| parent | 5611ba87dd81c98d2cc00a4d01e19db3d26cf9d5 (diff) | |
| parent | c0e9b2d0ec9cb343733243371efecf77722b067f (diff) | |
| download | emacs-d2eeec7fb90dc54c4b08e85f452a23317c0ee65d.tar.gz emacs-d2eeec7fb90dc54c4b08e85f452a23317c0ee65d.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-55
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 320-323)
- Update from CVS
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 1eeea72ea7e..a491185a4ed 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1684,7 +1684,7 @@ static int total_string_size; | |||
| 1684 | 1684 | ||
| 1685 | /* We check for overrun in string data blocks by appending a small | 1685 | /* We check for overrun in string data blocks by appending a small |
| 1686 | "cookie" after each allocated string data block, and check for the | 1686 | "cookie" after each allocated string data block, and check for the |
| 1687 | presense of this cookie during GC. */ | 1687 | presence of this cookie during GC. */ |
| 1688 | 1688 | ||
| 1689 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 | 1689 | #define GC_STRING_OVERRUN_COOKIE_SIZE 4 |
| 1690 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = | 1690 | static char string_overrun_cookie[GC_STRING_OVERRUN_COOKIE_SIZE] = |