diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-10-07 19:14:01 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-10-07 19:14:01 +0300 |
commit | b69b04dc8cdbadbf8933f5f317a1cc8bc5c1eb60 (patch) | |
tree | d1fec8a00031d743b973bcf9e0d3c49b3c89cd42 /ChangeLog | |
parent | b539908f7363af9a4c767c999c389f1c6f311648 (diff) | |
download | gunmake-b69b04dc8cdbadbf8933f5f317a1cc8bc5c1eb60.tar.gz |
Foix compilation with MSVC.
w32/compat/posixfcn.c (tmpfile): Move declaration of h before
the first executable statement. Reported by Gisle Vanem <gvanem@yahoo.no>.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2013-10-07 Eli Zaretskii <eliz@gnu.org> + + * w32/compat/posixfcn.c (tmpfile): Move declaration of h before + the first executable statement. Reported by Gisle Vanem + <gvanem@yahoo.no>. + 2013-10-05 Paul Smith <psmith@gnu.org> * makeint.h (MAP_USERFUNC): A new map type for function names. |