changeset 84677:421e6c54ace8

(main) [SIGSTOP]: Change conditional from WINDOWSNT.
author Jason Rumney <jasonr@gnu.org>
date Thu, 20 Sep 2007 14:57:39 +0000
parents a5b42c90ed30
children 40619cd555e9
files lib-src/emacsclient.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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. */