aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-09-25 03:54:23 +0000
committerRichard M. Stallman1996-09-25 03:54:23 +0000
commit3aad7613280b9b6a5ce5e4cb0af723cdef121376 (patch)
tree802afbe980d005a3c582cef9ed1ae50926c113ac /src
parent33e19c6e4bdb72f79102eed5fb445ac7a836795b (diff)
downloademacs-3aad7613280b9b6a5ce5e4cb0af723cdef121376.tar.gz
emacs-3aad7613280b9b6a5ce5e4cb0af723cdef121376.zip
(w32_read_socket): Delete WAITP arg.
Diffstat (limited to 'src')
-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)
2347 We return the number of characters stored into the buffer, 2347 We return the number of characters stored into the buffer,
2348 thus pretending to be `read'. 2348 thus pretending to be `read'.
2349 2349
2350 WAITP is nonzero if we should block until input arrives.
2351 EXPECTED is nonzero if the caller knows input is available. 2350 EXPECTED is nonzero if the caller knows input is available.
2352 2351
2353 Some of these messages are reposted back to the message queue since the 2352 Some of these messages are reposted back to the message queue since the
@@ -2360,11 +2359,10 @@ is_dead_key (int wparam)
2360*/ 2359*/
2361 2360
2362int 2361int
2363w32_read_socket (sd, bufp, numchars, waitp, expected) 2362w32_read_socket (sd, bufp, numchars, expected)
2364 register int sd; 2363 register int sd;
2365 register struct input_event *bufp; 2364 register struct input_event *bufp;
2366 register int numchars; 2365 register int numchars;
2367 int waitp;
2368 int expected; 2366 int expected;
2369{ 2367{
2370 int count = 0; 2368 int count = 0;