diff options
| author | Eli Zaretskii | 2012-10-28 19:42:52 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-28 19:42:52 +0200 |
| commit | 640bf8ad44027d37f917d0927e50c2dfea254917 (patch) | |
| tree | 19953e299a16d30ef5357549c3a753a320228074 /src/ChangeLog | |
| parent | 64ccff5f0ed8f0347b30e8fb4bd9b18a6cbaf1c0 (diff) | |
| download | emacs-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/ChangeLog | 9 |
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 @@ | |||
| 1 | 2012-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 | |||
| 1 | 2012-10-28 Jan Djärv <jan.h.d@swipnet.se> | 10 | 2012-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. |