changeset 7444:e5a2552872bf

Comment fix.
author Roland McGrath <roland@gnu.org>
date Tue, 10 May 1994 22:40:56 +0000
parents a9cb818e5316
children c9942f71e2e9
files src/dispnew.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dispnew.c	Tue May 10 22:39:29 1994 +0000
+++ b/src/dispnew.c	Tue May 10 22:40:56 1994 +0000
@@ -52,6 +52,9 @@
    This ought to be built in in stdio, but it isn't.
    Some s- files override this because their stdio internals differ.  */
 #ifdef __GNU_LIBRARY__
+/* The s- file might have overridden the definition with one that works for
+   the system's C library.  But we are using the GNU C library, so this is
+   the right definition for every system.  */
 #undef	PENDING_OUTPUT_COUNT
 #define	PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer)
 #else