diff options
| author | Richard M. Stallman | 1996-09-25 08:00:39 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-25 08:00:39 +0000 |
| commit | f66868bad1c2b1e156840e15a61550fe1a307943 (patch) | |
| tree | 6fc1248cefdd64e1e3224609de62f18d3ee8f3e7 /src | |
| parent | 8028cf8aadcc3be3d2cbe7b88a026d09b9e50033 (diff) | |
| download | emacs-f66868bad1c2b1e156840e15a61550fe1a307943.tar.gz emacs-f66868bad1c2b1e156840e15a61550fe1a307943.zip | |
(XTread_socket): Delete WAITP arg.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 64578891a6d..b87f0fdabe8 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3234,11 +3234,10 @@ static struct x_display_info *next_noop_dpyinfo; | |||
| 3234 | We return the number of characters stored into the buffer, | 3234 | We return the number of characters stored into the buffer, |
| 3235 | thus pretending to be `read'. | 3235 | thus pretending to be `read'. |
| 3236 | 3236 | ||
| 3237 | WAITP is nonzero if we should block until input arrives. | ||
| 3238 | EXPECTED is nonzero if the caller knows input is available. */ | 3237 | EXPECTED is nonzero if the caller knows input is available. */ |
| 3239 | 3238 | ||
| 3240 | int | 3239 | int |
| 3241 | XTread_socket (sd, bufp, numchars, waitp, expected) | 3240 | XTread_socket (sd, bufp, numchars, expected) |
| 3242 | register int sd; | 3241 | register int sd; |
| 3243 | /* register */ struct input_event *bufp; | 3242 | /* register */ struct input_event *bufp; |
| 3244 | /* register */ int numchars; | 3243 | /* register */ int numchars; |