# HG changeset patch # User Dan Nicolaescu # Date 1229016764 0 # Node ID 1cbff49af5133a7ebcc0bba1cdab20cd8eeab6f3 # Parent cf73b85610ac5022556663839ce808ad27999e1c (WCONTINUED): New compatibility define for older systems. diff -r cf73b85610ac -r 1cbff49af513 lib-src/ChangeLog --- 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 (tiny change) + + * emacsclient.c (WCONTINUED): New compatibility define for older systems. + 2008-12-10 Dan Nicolaescu * emacsclient.c (main): Fix previous change. diff -r cf73b85610ac -r 1cbff49af513 lib-src/emacsclient.c --- 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