]> git.eshelyaron.com Git - emacs.git/commit
Don't assume time_t can fit into int.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jun 2011 05:50:29 +0000 (22:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 6 Jun 2011 05:50:29 +0000 (22:50 -0700)
commit0157c761391e63e3cd79a6757bbb1e5a494fae8c
tree18bb6958312922ddd9ddd0fb33897e524ee4dccb
parent0c671da60d26675102b8d690d1d9cd82c2fe6d13
parent4c97dba58f46f9d6d6d33438958b4d8ee8b79bc4
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