mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 00:30:53 +00:00
Make non-static
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@18754 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a6b5917c57
commit
2eed084578
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-03-02 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
* Source/NSCalendarDate.m (dayOfCommonEra): Make non-static.
|
||||||
|
|
||||||
2004-03-01 <woudshoo@agilisys.com>
|
2004-03-01 <woudshoo@agilisys.com>
|
||||||
|
|
||||||
* Headers/Additions/GNUstepBase/GSIMap.h: Added increment ivar to GSIMapTable
|
* Headers/Additions/GNUstepBase/GSIMap.h: Added increment ivar to GSIMapTable
|
||||||
|
|
|
@ -179,7 +179,10 @@ absoluteGregorianDay(int day, int month, int year)
|
||||||
+ (year - 1)/400); // ...plus prior years divisible by 400
|
+ (year - 1)/400); // ...plus prior years divisible by 400
|
||||||
}
|
}
|
||||||
|
|
||||||
static int dayOfCommonEra(NSTimeInterval when)
|
/* Should be static, but temporarily changed to non-static until
|
||||||
|
WIndows fixes are done. */
|
||||||
|
int
|
||||||
|
dayOfCommonEra(NSTimeInterval when)
|
||||||
{
|
{
|
||||||
double a;
|
double a;
|
||||||
int r;
|
int r;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue