diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-10-04 15:39:10 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-10-04 15:39:10 +0200 |
commit | bdfcaadf62e72293e57b9cda6db3e2a0b24eb647 (patch) | |
tree | 70d64d49fe8ac182f6948301ff4e48689b001419 /gl/stdio.in.h | |
parent | ef747ffc58f3acf81dba4cb0235822cd089943bc (diff) | |
download | libtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.tar.gz libtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.tar.bz2 libtasn1-bdfcaadf62e72293e57b9cda6db3e2a0b24eb647.zip |
Update gnulib files.
Diffstat (limited to 'gl/stdio.in.h')
-rw-r--r-- | gl/stdio.in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gl/stdio.in.h b/gl/stdio.in.h index 80b9dbf..0bf2cc5 100644 --- a/gl/stdio.in.h +++ b/gl/stdio.in.h @@ -265,7 +265,8 @@ _GL_CXXALIASWARN (freopen); #elif defined GNULIB_POSIXCHECK # undef freopen /* Assume freopen is always declared. */ -_GL_WARN_ON_USE (freopen, "freopen on Win32 platforms is not POSIX compatible - " +_GL_WARN_ON_USE (freopen, + "freopen on Win32 platforms is not POSIX compatible - " "use gnulib module freopen for portability"); #endif |