Changeset 2572

Show
Ignore:
Timestamp:
07/20/08 11:57:52 (3 months ago)
Author:
sam
Message:
  • lib-stream.c: since srefill is far more powerful than srget, we only reimplement the former on OS X and completely ignore the latter.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/lib-stream.c

    r2571 r2572  
    5656#endif 
    5757 
    58 #if defined HAVE___SRGET 
     58#if defined HAVE___SRGET && !defined HAVE___SREFILL 
    5959int NEW(__srget)(FILE *fp); 
    6060#endif 
     
    143143int            (*ORIG(__srefill)) (FILE *fp); 
    144144#endif 
    145 #if defined HAVE___SRGET 
     145#if defined HAVE___SRGET && !defined HAVE___SREFILL 
    146146int            (*ORIG(__srget))   (FILE *fp); 
    147147#endif 
     
    800800#endif 
    801801 
    802 #if defined HAVE___SRGET 
     802#if defined HAVE___SRGET && !defined HAVE___SREFILL 
    803803int NEW(__srget)(FILE *fp) 
    804804{