(WCONTINUED): New compatibility define for older systems.
authorDan Nicolaescu <dann@ics.uci.edu>
Thu, 11 Dec 2008 17:32:44 +0000 (17:32 +0000)
committerDan Nicolaescu <dann@ics.uci.edu>
Thu, 11 Dec 2008 17:32:44 +0000 (17:32 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index a2a55fd..72cf261 100644 (file)
@@ -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.
index 7fbedbc..e8e5ea4 100644 (file)
@@ -54,6 +54,10 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 # define CLOSE_SOCKET close
 # define INITIALIZE()
 
+# ifndef WCONTINUED
+#  define WCONTINUED 8
+# endif
+
 #endif /* !WINDOWSNT */
 
 #undef signal