mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +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
81e7a79f11
commit
728068d4a2
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>
|
||||
|
||||
* 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
|
||||
}
|
||||
|
||||
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;
|
||||
int r;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue