diff options
| author | Dan Nicolaescu | 2008-12-11 17:32:44 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2008-12-11 17:32:44 +0000 |
| commit | 5445ab06efed54ee33e8c39ca07037277554969a (patch) | |
| tree | 5f266a4d8cc41f01969f675ccf28d3e1a500bcf4 /lib-src/emacsclient.c | |
| parent | 4d0e7fe37b6b109cb0f93ea00b0a243289d99cb5 (diff) | |
| download | emacs-5445ab06efed54ee33e8c39ca07037277554969a.tar.gz emacs-5445ab06efed54ee33e8c39ca07037277554969a.zip | |
(WCONTINUED): New compatibility define for older systems.
Diffstat (limited to 'lib-src/emacsclient.c')
| -rw-r--r-- | lib-src/emacsclient.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 7fbedbce141..e8e5ea4bf98 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c | |||
| @@ -54,6 +54,10 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 54 | # define CLOSE_SOCKET close | 54 | # define CLOSE_SOCKET close |
| 55 | # define INITIALIZE() | 55 | # define INITIALIZE() |
| 56 | 56 | ||
| 57 | # ifndef WCONTINUED | ||
| 58 | # define WCONTINUED 8 | ||
| 59 | # endif | ||
| 60 | |||
| 57 | #endif /* !WINDOWSNT */ | 61 | #endif /* !WINDOWSNT */ |
| 58 | 62 | ||
| 59 | #undef signal | 63 | #undef signal |