]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix misleading comment after #endif.
authorPavel Janík <Pavel@Janik.cz>
Mon, 22 Apr 2002 22:56:19 +0000 (22:56 +0000)
committerPavel Janík <Pavel@Janik.cz>
Mon, 22 Apr 2002 22:56:19 +0000 (22:56 +0000)
src/xterm.c

index 25cb21bd95e61a78e2c4fcd69ce8d91ee111e6c4..defb764b7eab7135e9e8ef9ddce22f01f8e13f7b 100644 (file)
@@ -15085,7 +15085,7 @@ x_initialize ()
   /* Disable Window Change signals;  they are handled by X events.  */
 #ifdef SIGWINCH
   signal (SIGWINCH, SIG_DFL);
-#endif /* ! defined (SIGWINCH) */
+#endif /* SIGWINCH */
 
   signal (SIGPIPE, x_connection_signal);