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:
rfm 2010-12-27 07:03:50 +00:00
parent d4558f5db1
commit b4d407b26e
8 changed files with 45 additions and 41 deletions

View file

@ -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
*/