diff src/lstream.c @ 241:f955c73f5258 r20-5b19

Import from CVS: tag r20-5b19
author cvs
date Mon, 13 Aug 2007 10:16:16 +0200
parents 262b8bb4a523
children 727739f917cb
line wrap: on
line diff
--- a/src/lstream.c	Mon Aug 13 10:15:49 2007 +0200
+++ b/src/lstream.c	Mon Aug 13 10:16:16 2007 +0200
@@ -898,7 +898,9 @@
   if (stream->flags & LSTREAM_FL_WRITE)
     return fflush (str->file);
   else
-    /* call fpurge?  Only exists on some systems. */
+    /* call fpurge?  Only exists on some systems.  #### Why not add a
+       configure check for HAVE_FPURGE and utilize it on systems that
+       support it?  --hniksic */
     return 0;
 }