From: Richard M. Stallman Date: Wed, 2 Jul 1997 03:14:24 +0000 (+0000) Subject: (overlay_str_buf): Declare as unsigned char *. X-Git-Tag: emacs-20.1~1420 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9492daf25c9f8f8e21ad13da51157351d2c6f5d7;p=emacs.git (overlay_str_buf): Declare as unsigned char *. --- diff --git a/src/buffer.c b/src/buffer.c index 426e830ff3b..c2159627eb5 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -2121,7 +2121,7 @@ struct sortstrlist 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;