* keyboard.h (num_input_events): Now uintmax_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 17:55:38 +0000 (10:55 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 7 Jul 2011 17:55:38 +0000 (10:55 -0700)
commit3300e6fd43c4059de955cddc37ec4212dab2b085
tree926457ff631bb5237ab48440eaccd1262eb73fd7
parentfd05c7e9aae3cc636a7e13487dc50010084adae8
* keyboard.h (num_input_events): Now uintmax_t.

This is (very slightly) less likely to mess up due to wraparound.
All uses changed.
src/ChangeLog
src/callint.c
src/keyboard.c
src/keyboard.h