summaryrefslogtreecommitdiff
path: root/src/w32term.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-25 03:54:23 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-25 03:54:23 +0000
commitb96001bf2a50d13b021a54d30688c669e5b19466 (patch)
tree652eba1d323ea8995badc1a5bdefffdcbfba2704 /src/w32term.c
parentbf66fde15ea4dcb220fb5afeb34f92bb065c7c93 (diff)
downloademacs-b96001bf2a50d13b021a54d30688c669e5b19466.tar.gz
(w32_read_socket): Delete WAITP arg.
Diffstat (limited to 'src/w32term.c')
-rw-r--r--src/w32term.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/w32term.c b/src/w32term.c
index 43c97f479c1..6db366cd0d3 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -2347,7 +2347,6 @@ is_dead_key (int wparam)
We return the number of characters stored into the buffer,
thus pretending to be `read'.
- WAITP is nonzero if we should block until input arrives.
EXPECTED is nonzero if the caller knows input is available.
Some of these messages are reposted back to the message queue since the
@@ -2360,11 +2359,10 @@ is_dead_key (int wparam)
*/
int
-w32_read_socket (sd, bufp, numchars, waitp, expected)
+w32_read_socket (sd, bufp, numchars, expected)
register int sd;
register struct input_event *bufp;
register int numchars;
- int waitp;
int expected;
{
int count = 0;