aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
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 b61d083c3e6..5a6484e3105 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -2943,7 +2943,7 @@ static struct sortstrlist overlay_heads, overlay_tails;
2943static unsigned char *overlay_str_buf; 2943static unsigned char *overlay_str_buf;
2944 2944
2945/* Allocated length of overlay_str_buf. */ 2945/* Allocated length of overlay_str_buf. */
2946static EMACS_INT overlay_str_len; 2946static 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. */
2949static int 2949static int