/[emacs]/emacs/src/s/gnu.h
ViewVC logotype

Diff of /emacs/src/s/gnu.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.13 by fx, Wed Apr 19 11:21:37 2000 UTC revision 1.14 by rms, Tue Apr 30 22:48:20 2002 UTC
# Line 78  Boston, MA 02111-1307, USA.  */ Line 78  Boston, MA 02111-1307, USA.  */
78  #endif  #endif
79    
80  #define NARROWPROTO 1  #define NARROWPROTO 1
81    
82    #ifdef emacs
83    #include <stdio.h>  /* Get the definition of _IO_STDIO_H.  */
84    #if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM)
85    /* new C libio names */
86    #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
87      ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
88    #endif /* !_IO_STDIO_H */
89    #endif /* emacs */

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26