changeset 100364:1cbff49af513

(WCONTINUED): New compatibility define for older systems.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 11 Dec 2008 17:32:44 +0000
parents cf73b85610ac
children 17a99155e944
files lib-src/ChangeLog lib-src/emacsclient.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Thu Dec 11 17:20:45 2008 +0000
+++ b/lib-src/ChangeLog	Thu Dec 11 17:32:44 2008 +0000
@@ -1,3 +1,7 @@
+2008-12-11  dhruva <dhruvakm@gmail.com> (tiny change)
+
+	* emacsclient.c (WCONTINUED): New compatibility define for older systems.
+
 2008-12-10  Dan Nicolaescu  <dann@ics.uci.edu>
 
 	* emacsclient.c (main): Fix previous change.
--- a/lib-src/emacsclient.c	Thu Dec 11 17:20:45 2008 +0000
+++ b/lib-src/emacsclient.c	Thu Dec 11 17:32:44 2008 +0000
@@ -54,6 +54,10 @@
 # define CLOSE_SOCKET close
 # define INITIALIZE()
 
+# ifndef WCONTINUED
+#  define WCONTINUED 8
+# endif
+
 #endif /* !WINDOWSNT */
 
 #undef signal