fix >80 column entry in earlier entry

This commit is contained in:
Doug Evans 2011-05-13 22:07:56 +00:00
parent 9930639c02
commit bbfac39e2a
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@
(stdio_file_write_async_safe): New function.
(struct stdio_file): New member fd.
(stdio_file_new): Initialize to_write_async_safe, fd.
(stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling fileno.
(stdio_file_read, stdio_file_isatty): New stdio->fd instead of calling
fileno.
* ui-file.h (ui_file_write_async_safe_ftype): New typedef.
(set_ui_file_write_async_safe): Declare.
(ui_file_write_async_safe): Declare.