diff options
| author | Richard M. Stallman | 1996-09-25 03:54:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-25 03:54:23 +0000 |
| commit | 3aad7613280b9b6a5ce5e4cb0af723cdef121376 (patch) | |
| tree | 802afbe980d005a3c582cef9ed1ae50926c113ac /src | |
| parent | 33e19c6e4bdb72f79102eed5fb445ac7a836795b (diff) | |
| download | emacs-3aad7613280b9b6a5ce5e4cb0af723cdef121376.tar.gz emacs-3aad7613280b9b6a5ce5e4cb0af723cdef121376.zip | |
(w32_read_socket): Delete WAITP arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32term.c | 4 |
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 | ||
| 2362 | int | 2361 | int |
| 2363 | w32_read_socket (sd, bufp, numchars, waitp, expected) | 2362 | w32_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; |