# HG changeset patch # User Jason Rumney # Date 1190300259 0 # Node ID 421e6c54ace8f8057b69cfd8a4a58049b32c5b70 # Parent a5b42c90ed3057e87ec3f81369b561b251a18681 (main) [SIGSTOP]: Change conditional from WINDOWSNT. diff -r a5b42c90ed30 -r 421e6c54ace8 lib-src/emacsclient.c --- a/lib-src/emacsclient.c Thu Sep 20 14:06:13 2007 +0000 +++ b/lib-src/emacsclient.c Thu Sep 20 14:57:39 2007 +0000 @@ -1491,7 +1491,7 @@ fprintf (stderr, "*ERROR*: %s", str); needlf = str[0] == '\0' ? needlf : str[strlen (str) - 1] != '\n'; } -#ifndef WINDOWSNT +#ifdef SIGSTOP else if (strprefix ("-suspend ", string)) { /* -suspend: Suspend this terminal, i.e., stop the process. */