Don't assume time_t can fit into int.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:15:15 +0000 (23:15 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2011 06:15:15 +0000 (23:15 -0700)
commit84acfcf06be242f35063c719ca5643ad969437fd
tree37c7d16b9def0b1f64d9d879a8bfd9ec052c1ee9
parent369b7e5ac5a6609433fc017d09e1f31750f033a7
Don't assume time_t can fit into int.

* buffer.h (struct buffer.modtime): Now time_t, not int.
* fileio.c (Fvisited_file_modtime): No need for time_t cast now.
* undo.c (Fprimitive_undo): Use time_t, not int, for time_t value.
src/ChangeLog
src/buffer.h
src/fileio.c
src/undo.c