mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Cleanups plus minor OSX compatibility tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31781 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d4558f5db1
commit
b4d407b26e
8 changed files with 45 additions and 41 deletions
|
@ -947,7 +947,6 @@ updateTimer(NSTimer *t, NSDate *d, NSTimeInterval now)
|
|||
_currentMode = mode;
|
||||
NS_DURING
|
||||
{
|
||||
extern NSTimeInterval GSTimeNow(void);
|
||||
GSIArray timers = context->timers;
|
||||
NSTimeInterval now;
|
||||
NSDate *earliest;
|
||||
|
@ -969,7 +968,7 @@ updateTimer(NSTimer *t, NSDate *d, NSTimeInterval now)
|
|||
* just keep firing the timer repeatedly and never return from
|
||||
* this method.
|
||||
*/
|
||||
now = GSTimeNow();
|
||||
now = GSPrivateTimeNow();
|
||||
|
||||
/* Fire housekeeping timer as necessary
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue