emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/gnu.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/s/gnu.h
Date: Tue, 30 Apr 2002 18:48:20 -0400

Index: emacs/src/s/gnu.h
diff -c emacs/src/s/gnu.h:1.13 emacs/src/s/gnu.h:1.14
*** emacs/src/s/gnu.h:1.13      Wed Apr 19 07:21:37 2000
--- emacs/src/s/gnu.h   Tue Apr 30 18:48:20 2002
***************
*** 78,80 ****
--- 78,89 ----
  #endif
  
  #define NARROWPROTO 1
+ 
+ #ifdef emacs
+ #include <stdio.h>  /* Get the definition of _IO_STDIO_H.  */
+ #if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM)
+ /* new C libio names */
+ #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
+   ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
+ #endif /* !_IO_STDIO_H */
+ #endif /* emacs */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]