summaryrefslogtreecommitdiff
path: root/src/dispnew.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-02-14 14:24:43 +0000
committerRichard M. Stallman <rms@gnu.org>1995-02-14 14:24:43 +0000
commit33a8dfc8d56a7f704ca1457dc1e527ac629c9692 (patch)
treecc9e780fa6e3015ce38676307047a50fd972def7 /src/dispnew.c
parentf405d9f9a0f71d7aa585d65c64a6c2bc2bc25608 (diff)
downloademacs-33a8dfc8d56a7f704ca1457dc1e527ac629c9692.tar.gz
(window_change_signal): Add ignored argument.
Diffstat (limited to 'src/dispnew.c')
-rw-r--r--src/dispnew.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dispnew.c b/src/dispnew.c
index 48c636f22f0..3fbc9f55f8d 100644
--- a/src/dispnew.c
+++ b/src/dispnew.c
@@ -1959,7 +1959,8 @@ FILE = nil means just close any termscript file currently open.")
#ifdef SIGWINCH
SIGTYPE
-window_change_signal ()
+window_change_signal (signalnum) /* If we don't have an argument, */
+ int signalnum; /* some compilers complain in signal calls. */
{
int width, height;
extern int errno;