]> git.eshelyaron.com Git - emacs.git/commit
Fix compile errors in nt/inc/sys/time.h when using nt/configure.bat.
authorEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2013 08:47:18 +0000 (11:47 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 31 May 2013 08:47:18 +0000 (11:47 +0300)
commit2a157a5d3351cc9f017d2255f9992ce07cfc0fcf
tree534f464867ad2a17f38179fb040d544b7f81f2bd
parente26aac1f938d517a0c5826ac89e7be3649f02b1b
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.
nt/ChangeLog
nt/inc/sys/time.h