# HG changeset patch # User Richard M. Stallman # Date 769365267 0 # Node ID 85afced1519ce5aef230f9c27ecff01dd9d45c0c # Parent 9e9b7a0eebc6e60457f4af76650adfc6284b3112 (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions renamed from PENDING_OUTPUT_COUNT. diff -r 9e9b7a0eebc6 -r 85afced1519c src/s/gnu-linux.h --- 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 */