Mercurial > hg > xemacs-beta
comparison src/gpmevent.c @ 647:b39c14581166
[xemacs-hg @ 2001-08-13 04:45:47 by ben]
removal of unsigned, size_t, etc.
author | ben |
---|---|
date | Mon, 13 Aug 2001 04:46:48 +0000 |
parents | 4d7fdf497470 |
children | fdefd0186b75 |
comparison
equal
deleted
inserted
replaced
646:00c54252fe4f | 647:b39c14581166 |
---|---|
265 } | 265 } |
266 | 266 |
267 while (1) | 267 while (1) |
268 { | 268 { |
269 Bufbyte tempbuf[1024]; /* some random amount */ | 269 Bufbyte tempbuf[1024]; /* some random amount */ |
270 Lstream_data_count i; | 270 Lstream_Data_Count i; |
271 Lstream_data_count size_in_bytes = | 271 Lstream_Data_Count size_in_bytes = |
272 Lstream_read (XLSTREAM (terminal_stream), | 272 Lstream_read (XLSTREAM (terminal_stream), |
273 tempbuf, sizeof (tempbuf)); | 273 tempbuf, sizeof (tempbuf)); |
274 | 274 |
275 if (size_in_bytes <= 0) | 275 if (size_in_bytes <= 0) |
276 { | 276 { |