From c2c3f859e27583cf80d7070d1b86e9ac89528a2a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 May 1994 16:34:27 +0000 Subject: [PATCH] (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions renamed from PENDING_OUTPUT_COUNT. --- src/s/gnu-linux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index d3c5a3ae141..f426c5212b1 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -158,11 +158,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #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 */ -- 2.39.5