aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-28 19:42:52 +0200
committerEli Zaretskii2012-10-28 19:42:52 +0200
commit640bf8ad44027d37f917d0927e50c2dfea254917 (patch)
tree19953e299a16d30ef5357549c3a753a320228074 /src/ChangeLog
parent64ccff5f0ed8f0347b30e8fb4bd9b18a6cbaf1c0 (diff)
downloademacs-640bf8ad44027d37f917d0927e50c2dfea254917.tar.gz
emacs-640bf8ad44027d37f917d0927e50c2dfea254917.zip
Don't use CLOCKS_PER_SEC in w32 timers.
src/w32proc.c (TIMER_TICKS_PER_SEC): New macro. (timer_loop, getitimer, setitimer): Use it instead of CLOCKS_PER_SEC, which is no longer pertinent, since we don't use 'clock'. (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a literal 10000.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d2c16fa8310..beec867d333 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-10-28 Eli Zaretskii <eliz@gnu.org>
2
3 * w32proc.c (TIMER_TICKS_PER_SEC): New macro.
4 (timer_loop, getitimer, setitimer): Use it instead of
5 CLOCKS_PER_SEC, which is no longer pertinent, since we don't use
6 'clock'.
7 (w32_get_timer_time): Use 10*TIMER_TICKS_PER_SEC instead of a
8 literal 10000.
9
12012-10-28 Jan Djärv <jan.h.d@swipnet.se> 102012-10-28 Jan Djärv <jan.h.d@swipnet.se>
2 11
3 * nsterm.m (NO_APPDEFINED_DATA): New define. 12 * nsterm.m (NO_APPDEFINED_DATA): New define.