Mercurial > emacs
diff src/buffer.c @ 18526:e0d1b341124c
(overlay_str_buf): Declare as unsigned char *.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 02 Jul 1997 03:14:24 +0000 |
| parents | 9b000e52acb3 |
| children | 525fb9a7cc96 |
line wrap: on
line diff
--- a/src/buffer.c Wed Jul 02 02:59:01 1997 +0000 +++ b/src/buffer.c Wed Jul 02 03:14:24 1997 +0000 @@ -2121,7 +2121,7 @@ it's more efficient to hold onto the memory instead of repeatedly allocating and freeing it. */ static struct sortstrlist overlay_heads, overlay_tails; -static char *overlay_str_buf; +static unsigned char *overlay_str_buf; /* Allocated length of overlay_str_buf. */ static int overlay_str_len;
