Skip to content

Commit

Permalink
Implement GSSmallObject Class
Browse files Browse the repository at this point in the history
  • Loading branch information
hmelder committed Sep 24, 2024
1 parent 8b64cf4 commit 24e65a2
Show file tree
Hide file tree
Showing 3 changed files with 671 additions and 309 deletions.
4 changes: 0 additions & 4 deletions Source/NSCalendarDate.m
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@ @interface GSTimeZone : NSObject // Help the compiler
@class GSAbsTimeZone;
@interface GSAbsTimeZone : NSObject // Help the compiler
@end
@class NSGDate;
@interface NSGDate : NSObject // Help the compiler
@end


#define DISTANT_FUTURE 63113990400.0
Expand Down Expand Up @@ -396,7 +393,6 @@ + (void) initialize
absAbrIMP = (NSString* (*)(id,SEL,id))
[absClass instanceMethodForSelector: abrSEL];

GSObjCAddClassBehavior(self, [NSGDate class]);
[pool release];
}
}
Expand Down
Loading

0 comments on commit 24e65a2

Please sign in to comment.