Mercurial > hg > xemacs-beta
comparison src/fileio.c @ 462:0784d089fdc9 r21-2-46
Import from CVS: tag r21-2-46
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:44:37 +0200 |
parents | 223736d75acb |
children | ed498ef2108b |
comparison
equal
deleted
inserted
replaced
461:120ed4009e51 | 462:0784d089fdc9 |
---|---|
2992 /* No need to limit the amount of stuff we attempt to read. (It would | 2992 /* No need to limit the amount of stuff we attempt to read. (It would |
2993 be incorrect, anyway, when Mule is enabled.) Instead, the limiting | 2993 be incorrect, anyway, when Mule is enabled.) Instead, the limiting |
2994 occurs inside of the filedesc stream. */ | 2994 occurs inside of the filedesc stream. */ |
2995 while (1) | 2995 while (1) |
2996 { | 2996 { |
2997 ssize_t this_len; | 2997 Lstream_data_count this_len; |
2998 Charcount cc_inserted; | 2998 Charcount cc_inserted; |
2999 | 2999 |
3000 QUIT; | 3000 QUIT; |
3001 this_len = Lstream_read (XLSTREAM (stream), read_buf, | 3001 this_len = Lstream_read (XLSTREAM (stream), read_buf, |
3002 sizeof (read_buf)); | 3002 sizeof (read_buf)); |