Mercurial > emacs
changeset 7555:85afced1519c
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
renamed from PENDING_OUTPUT_COUNT.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 19 May 1994 16:34:27 +0000 |
parents | 9e9b7a0eebc6 |
children | 48f98b59a339 |
files | src/s/gnu-linux.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/gnu-linux.h Thu May 19 15:49:52 1994 +0000 +++ b/src/s/gnu-linux.h Thu May 19 16:34:27 1994 +0000 @@ -158,11 +158,11 @@ #ifdef emacs #ifdef _IO_STDIO_H /* new C libio names */ -#define PENDING_OUTPUT_COUNT(FILE) \ +#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base) #else /* !_IO_STDIO_H */ /* old C++ iostream names */ -#define PENDING_OUTPUT_COUNT(FILE) \ +#define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \ ((FILE)->_pptr - (FILE)->_pbase) #endif /* !_IO_STDIO_H */ #endif /* emacs */