(WCONTINUED): New compatibility define for older systems.
This commit is contained in:
parent
4d0e7fe37b
commit
5445ab06ef
2 changed files with 8 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue