* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2013 22:34:04 +0000 (15:34 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Sep 2013 22:34:04 +0000 (15:34 -0700)
commit0c90b9eed9ce554816c9ca55d3aa30d6203d1679
tree59fb036fda984820c0afdf1c0e588686e7077a7a
parent9c750ebae6b133bb28ed9508fdc74585b300c155
* alloc.c (make_event_array): First arg is now ptrdiff_t, not int.

This fixes a type error on hosts where ptrdiff_t is wider than int.
src/ChangeLog
src/alloc.c
src/lisp.h