From: Bruno Haible Date: Sat, 20 Feb 2010 23:17:12 +0000 (+0100) Subject: Tweak comments. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5d62fdfd433cd8314d01e426380e5b1967c8374;p=pspp Tweak comments. --- diff --git a/ChangeLog b/ChangeLog index 9d3367e700..616195c9ce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-20 Bruno Haible + + * lib/stdio.in.h: Tweak comments. + 2010-02-19 Bruno Haible Make it easier to find modules. New gnulib-tool option '--find'. diff --git a/lib/stdio.in.h b/lib/stdio.in.h index 44b7cd1556..b4dcf87277 100644 --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -200,6 +200,7 @@ _GL_WARN_ON_USE (freopen, "freopen on Win32 platforms is not POSIX compatible - "use gnulib module freopen for portability"); #endif + /* Set up the following warnings, based on which modules are in use. GNU Coding Standards discourage the use of fseek, since it imposes an arbitrary limitation on some 32-bit hosts. Remember that the @@ -226,7 +227,7 @@ _GL_WARN_ON_USE (freopen, "freopen on Win32 platforms is not POSIX compatible - defined to silence the warning in particular compilation units. Most gnulib clients that perform stream operations should fall into - category three. */ + category 3. */ #if @GNULIB_FSEEK@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES @@ -280,7 +281,8 @@ _GL_WARN_ON_USE (fseek, "fseek cannot handle files larger than 4 GB " "use fseeko function for handling of large files"); #endif -/* See the comments on fseek/fseeko. */ + +/* ftell, ftello. See the comments on fseek/fseeko. */ #if @GNULIB_FTELL@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES @@ -332,6 +334,7 @@ _GL_WARN_ON_USE (ftell, "ftell cannot handle files larger than 4 GB " "use ftello function for handling of large files"); #endif + #if @GNULIB_FWRITE@ && @REPLACE_STDIO_WRITE_FUNCS@ && @GNULIB_STDIO_H_SIGPIPE@ # undef fwrite # define fwrite rpl_fwrite