diff options
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 b61d083c3e6..5a6484e3105 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2943,7 +2943,7 @@ static struct sortstrlist overlay_heads, overlay_tails; | |||
| 2943 | static unsigned char *overlay_str_buf; | 2943 | static unsigned char *overlay_str_buf; |
| 2944 | 2944 | ||
| 2945 | /* Allocated length of overlay_str_buf. */ | 2945 | /* Allocated length of overlay_str_buf. */ |
| 2946 | static EMACS_INT overlay_str_len; | 2946 | static ptrdiff_t overlay_str_len; |
| 2947 | 2947 | ||
| 2948 | /* A comparison function suitable for passing to qsort. */ | 2948 | /* A comparison function suitable for passing to qsort. */ |
| 2949 | static int | 2949 | static int |