]> code.delx.au - gnu-emacs/blobdiff - src/keyboard.c
Fix for raise display property on NS (Bug#8913).
[gnu-emacs] / src / keyboard.c
index a6fa90163c5dda3fc8132d6e39ed8a66fefeb43a..7e144b80a09b39e9b252d92bbe56d4feec1ac13f 100644 (file)
@@ -210,8 +210,8 @@ Lisp_Object unread_switch_frame;
 /* Last size recorded for a current buffer which is not a minibuffer.  */
 static EMACS_INT last_non_minibuf_size;
 
-/* Total number of times read_char has returned, modulo SIZE_MAX + 1.  */
-size_t num_input_events;
+/* Total number of times read_char has returned, modulo UINTMAX_MAX + 1.  */
+uintmax_t num_input_events;
 
 /* Value of num_nonmacro_input_events as of last auto save.  */