Mercurial > emacs
diff src/s/gnu-linux.h @ 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 | cd81dba38a49 |
| children | 8abb5c77cc2a |
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 */
