Handle systems without WCONTINUED consistently.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 May 2014 20:13:10 +0000 (13:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 May 2014 20:13:10 +0000 (13:13 -0700)
commitd355cad6b78c35050ba94016bb7ee12acbd257ee
treeaad901f9b23d2a4fd400529a84b0b891e9af0cb1
parent8494d3796ca3fc153f65f13869d823beaddf07a2
Handle systems without WCONTINUED consistently.

* lib-src/emacsclient.c (WCONTINUED): Move to ../src/syswait.h.
* src/process.c (handle_child_signal): Remove WCONTINUED ifdef,
because WCONTINUED is always defined now.
* src/syswait.h (WCONTINUED): Move here from ../lib-src/emacsclient.c.

Fixes: debbugs:15110 debbugs:17339
lib-src/ChangeLog
lib-src/emacsclient.c
src/ChangeLog
src/process.c
src/syswait.h