Fix over-long line

This commit is contained in:
rfm 2024-11-08 10:34:53 +00:00
parent f180575e37
commit 3a8f231f2e

View file

@ -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.