diff src/ChangeLog @ 109579:e82b1db50991

Make lisp_time_argument work on all systems. * src/lisp.h (lisp_time_argument): Move declaration ... * src/systime.h (lisp_time_argument): ... here * src/editfns.c (lisp_time_argument): Remove declaration. (Bug#6751)
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 29 Jul 2010 08:50:04 -0700
parents faeb6f3341b1
children 06384b3caebf
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 29 15:54:03 2010 +0200
+++ b/src/ChangeLog	Thu Jul 29 08:50:04 2010 -0700
@@ -1,3 +1,10 @@
+2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
+
+	Make lisp_time_argument declaration work on all systems.
+	* lisp.h (lisp_time_argument): Move declaration ...
+	* systime.h (lisp_time_argument): ... here
+	* editfns.c (lisp_time_argument): Remove declaration.  (Bug#6751)
+
 2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
 
 	* vm-limit.c (POINTER): Add typedef for it.