aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman1997-07-02 03:14:24 +0000
committerRichard M. Stallman1997-07-02 03:14:24 +0000
commit9492daf25c9f8f8e21ad13da51157351d2c6f5d7 (patch)
tree3132d01e7e5334b31147511d96ea5fa7b83b0861 /src/buffer.c
parent1e1078d626a7cab8656bbb57eed03598fa12b047 (diff)
downloademacs-9492daf25c9f8f8e21ad13da51157351d2c6f5d7.tar.gz
emacs-9492daf25c9f8f8e21ad13da51157351d2c6f5d7.zip
(overlay_str_buf): Declare as unsigned char *.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
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
2121 it's more efficient to hold onto the memory instead of repeatedly 2121 it's more efficient to hold onto the memory instead of repeatedly
2122 allocating and freeing it. */ 2122 allocating and freeing it. */
2123static struct sortstrlist overlay_heads, overlay_tails; 2123static struct sortstrlist overlay_heads, overlay_tails;
2124static char *overlay_str_buf; 2124static unsigned char *overlay_str_buf;
2125 2125
2126/* Allocated length of overlay_str_buf. */ 2126/* Allocated length of overlay_str_buf. */
2127static int overlay_str_len; 2127static int overlay_str_len;