aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.h')
-rw-r--r--src/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h
index 3935a675c42..d9e82d62b17 100644
--- a/src/buffer.h
+++ b/src/buffer.h
@@ -464,7 +464,7 @@ struct buffer
464 464
465 Check out mark_buffer (alloc.c) to see why. */ 465 Check out mark_buffer (alloc.c) to see why. */
466 466
467 EMACS_INT size; 467 EMACS_UINT size;
468 468
469 /* Next buffer, in chain of all buffers including killed buffers. 469 /* Next buffer, in chain of all buffers including killed buffers.
470 This chain is used only for garbage collection, in order to 470 This chain is used only for garbage collection, in order to