aboutsummaryrefslogtreecommitdiffstats
path: root/nt/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-31 11:47:18 +0300
committerEli Zaretskii2013-05-31 11:47:18 +0300
commit2a157a5d3351cc9f017d2255f9992ce07cfc0fcf (patch)
tree534f464867ad2a17f38179fb040d544b7f81f2bd /nt/ChangeLog
parente26aac1f938d517a0c5826ac89e7be3649f02b1b (diff)
downloademacs-2a157a5d3351cc9f017d2255f9992ce07cfc0fcf.tar.gz
emacs-2a157a5d3351cc9f017d2255f9992ce07cfc0fcf.zip
Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.
nt/inc/sys/time.h (gettimeofday): Use '__restrict' instead of 'restrict', which is a C99 extension. See http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html and the following discussion for the problem this caused in the old nt/configure.bat build.
Diffstat (limited to 'nt/ChangeLog')
-rw-r--r--nt/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog
index 781dfbb7c3f..c9fe372a4a2 100644
--- a/nt/ChangeLog
+++ b/nt/ChangeLog
@@ -1,3 +1,11 @@
12013-05-31 Eli Zaretskii <eliz@gnu.org>
2
3 * inc/sys/time.h (gettimeofday): Use '__restrict' instead of
4 'restrict', which is a C99 extension. See
5 http://lists.gnu.org/archive/html/emacs-devel/2013-05/msg00588.html
6 and the following discussion for the problem this caused in the
7 old nt/configure.bat build.
8
12013-05-29 Eli Zaretskii <eliz@gnu.org> 92013-05-29 Eli Zaretskii <eliz@gnu.org>
2 10
3 * Makefile.in (emacs.res): Include srcdir when preprocessing 11 * Makefile.in (emacs.res): Include srcdir when preprocessing