diff options
| author | Richard M. Stallman | 1997-07-02 03:14:24 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1997-07-02 03:14:24 +0000 |
| commit | 9492daf25c9f8f8e21ad13da51157351d2c6f5d7 (patch) | |
| tree | 3132d01e7e5334b31147511d96ea5fa7b83b0861 /src/buffer.c | |
| parent | 1e1078d626a7cab8656bbb57eed03598fa12b047 (diff) | |
| download | emacs-9492daf25c9f8f8e21ad13da51157351d2c6f5d7.tar.gz emacs-9492daf25c9f8f8e21ad13da51157351d2c6f5d7.zip | |
(overlay_str_buf): Declare as unsigned char *.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
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. */ |
| 2123 | static struct sortstrlist overlay_heads, overlay_tails; | 2123 | static struct sortstrlist overlay_heads, overlay_tails; |
| 2124 | static char *overlay_str_buf; | 2124 | static unsigned char *overlay_str_buf; |
| 2125 | 2125 | ||
| 2126 | /* Allocated length of overlay_str_buf. */ | 2126 | /* Allocated length of overlay_str_buf. */ |
| 2127 | static int overlay_str_len; | 2127 | static int overlay_str_len; |