diff options
| author | Roland McGrath | 1994-05-10 22:40:56 +0000 |
|---|---|---|
| committer | Roland McGrath | 1994-05-10 22:40:56 +0000 |
| commit | 097c282404b591c94e6de554077dd7bbf171fd9c (patch) | |
| tree | 7780823e839463be870ba57427f2a359b398a043 /src | |
| parent | cb5558ff2dbe08de0b1d80b35a3531f71e9b7879 (diff) | |
| download | emacs-097c282404b591c94e6de554077dd7bbf171fd9c.tar.gz emacs-097c282404b591c94e6de554077dd7bbf171fd9c.zip | |
Comment fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 439b0adbb33..1c37ccca323 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -52,6 +52,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 52 | This ought to be built in in stdio, but it isn't. | 52 | This ought to be built in in stdio, but it isn't. |
| 53 | Some s- files override this because their stdio internals differ. */ | 53 | Some s- files override this because their stdio internals differ. */ |
| 54 | #ifdef __GNU_LIBRARY__ | 54 | #ifdef __GNU_LIBRARY__ |
| 55 | /* The s- file might have overridden the definition with one that works for | ||
| 56 | the system's C library. But we are using the GNU C library, so this is | ||
| 57 | the right definition for every system. */ | ||
| 55 | #undef PENDING_OUTPUT_COUNT | 58 | #undef PENDING_OUTPUT_COUNT |
| 56 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer) | 59 | #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__bufp - (FILE)->__buffer) |
| 57 | #else | 60 | #else |