Mercurial > hg > xemacs-beta
comparison src/event-unixoid.c @ 267:966663fcf606 r20-5b32
Import from CVS: tag r20-5b32
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:26:29 +0200 |
parents | 727739f917cb |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
266:18d185df8c54 | 267:966663fcf606 |
---|---|
323 if (in >= 0) | 323 if (in >= 0) |
324 close (in); | 324 close (in); |
325 if (out != in && out >= 0) | 325 if (out != in && out >= 0) |
326 close (out); | 326 close (out); |
327 | 327 |
328 if (!NILP (instream)) | |
329 Lstream_close (XLSTREAM (instream)); | |
330 if (!NILP (outstream)) | |
331 Lstream_close (XLSTREAM (outstream)); | |
332 | |
333 return FD_TO_USID (in); | 328 return FD_TO_USID (in); |
334 } | 329 } |
335 | 330 |
336 | 331 |
337 void | 332 void |