Don't assume time_t can fit into int.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:12:45 +0000 (11:12 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:12:45 +0000 (11:12 -0700)
commit4c97dba58f46f9d6d6d33438958b4d8ee8b79bc4
tree7d6481339b9a18ea3a2aff7530703927e2959768
parent39bc618abbfc4805d4d7dec195826577ef71da77
parent84acfcf06be242f35063c719ca5643ad969437fd
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