Date tidyups

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@14897 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-11-01 08:11:46 +00:00
parent 7d678efc4a
commit 770b64bc29
5 changed files with 33 additions and 19 deletions

View file

@ -201,6 +201,7 @@ static Class NSDate_class;
}
else if (_invalidated == NO)
{
extern NSTimeInterval GSTimeNow();
NSTimeInterval now = GSTimeNow();
NSTimeInterval nxt = [_date timeIntervalSinceReferenceDate];
int inc = -1;