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:
parent
4d0e7fe37b
commit
5445ab06ef
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user