From: Pavel Janík Date: Mon, 22 Apr 2002 22:56:19 +0000 (+0000) Subject: Fix misleading comment after #endif. X-Git-Tag: ttn-vms-21-2-B4~15468 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a59faccab6e1a9c647d20bd08f8699d7813c9466;p=emacs.git Fix misleading comment after #endif. --- diff --git a/src/xterm.c b/src/xterm.c index 25cb21bd95e..defb764b7ea 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -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);