diff src/ChangeLog @ 109576:faeb6f3341b1

Fix some stuff that didn't compile. * frame.h (Qtty_color_mode): Move declaration out of HAVE_WINDOW_SYSTEM. * vm-limit.c (POINTER): Add typedef for it. (start_of_data): Change return type from POINTER to char *.
author Jan D. <jan.h.d@swipnet.se>
date Thu, 29 Jul 2010 08:59:29 +0200
parents ad36da121d41
children e82b1db50991
line wrap: on
line diff
--- a/src/ChangeLog	Wed Jul 28 23:12:38 2010 -0700
+++ b/src/ChangeLog	Thu Jul 29 08:59:29 2010 +0200
@@ -1,3 +1,11 @@
+2010-07-29  Jan Djärv  <jan.h.d@swipnet.se>
+
+	* vm-limit.c (POINTER): Add typedef for it.
+	(start_of_data): Change return type from POINTER to char *.
+
+	* frame.h (Qtty_color_mode): Move declaration out of ifdef
+	HAVE_WINDOW_SYSTEM.
+
 2010-07-29  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* vm-limit.c: Do not include sys/resource.h, mem-limits.h does it.