Mercurial > hg > xemacs-beta
comparison src/gpmevent.c @ 5814:a216b3c2b09e
Add TLS support. See xemacs-patches message with ID
<CAHCOHQk6FNm2xf=XiGEpPq43+7WOzNZ=SuD9V79o3wb9WVCTrQ@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Tue, 07 Oct 2014 21:16:10 -0600 |
parents | 56144c8593a8 |
children |
comparison
equal
deleted
inserted
replaced
5813:36dddf9d90d1 | 5814:a216b3c2b09e |
---|---|
242 ** of the lisp-string lstream, so we make do with a resizing | 242 ** of the lisp-string lstream, so we make do with a resizing |
243 ** buffer stream, and make a string out of it after we are | 243 ** buffer stream, and make a string out of it after we are |
244 ** done. | 244 ** done. |
245 */ | 245 */ |
246 output_stream = make_resizing_buffer_output_stream (); | 246 output_stream = make_resizing_buffer_output_stream (); |
247 terminal_stream = make_filedesc_input_stream (fd, 0, -1, LSTR_BLOCKED_OK); | 247 terminal_stream = make_filedesc_input_stream (fd, 0, -1, LSTR_BLOCKED_OK, |
248 NULL); | |
248 output_string = Qnil; | 249 output_string = Qnil; |
249 | 250 |
250 /* #### We should arguably use a specbind() and an unwind routine here, | 251 /* #### We should arguably use a specbind() and an unwind routine here, |
251 ** #### but I don't care that much right now. | 252 ** #### but I don't care that much right now. |
252 */ | 253 */ |