1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(WCONTINUED): New compatibility define for older systems.

This commit is contained in:
Dan Nicolaescu 2008-12-11 17:32:44 +00:00
parent 4d0e7fe37b
commit 5445ab06ef
2 changed files with 8 additions and 0 deletions

View 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.

View 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