mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 16:50:58 +00:00
Fix over-long line
This commit is contained in:
parent
f180575e37
commit
3a8f231f2e
1 changed files with 3 additions and 3 deletions
|
@ -31,9 +31,9 @@
|
||||||
* Source/NSDatePrivate.h:
|
* Source/NSDatePrivate.h:
|
||||||
NSDate is now a small object in slot 6, when configuring GNUstep with the
|
NSDate is now a small object in slot 6, when configuring GNUstep with the
|
||||||
clang/libobjc2 toolchain. This is done by compressing the binary64 fp
|
clang/libobjc2 toolchain. This is done by compressing the binary64 fp
|
||||||
holding the seconds since reference date (because someone at Apple thought
|
holding the seconds since reference date (because someone at Apple
|
||||||
it would be a good idea to represent a time interval as a fp). Note that
|
thought it would be a good idea to represent a time interval as a fp).
|
||||||
this assumes that IEEE 754 is used.
|
Note that this assumes that IEEE 754 is used.
|
||||||
* Source/NSCalendarDate.m:
|
* Source/NSCalendarDate.m:
|
||||||
Remove access to the NSDate private concrete Class
|
Remove access to the NSDate private concrete Class
|
||||||
and implement -timeIntervalSinceReferenceDate instead.
|
and implement -timeIntervalSinceReferenceDate instead.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue