Differences From Artifact [3c89cd8ab2]:
- File src/OFConstString.m — part of check-in [94ea6848a8] at 2009-05-24 18:04:09 on branch trunk — Always use #include "config.h" instead of #import "config.h". (user: js, size: 701) [annotate] [blame] [check-ins using]
To Artifact [be48d08a96]:
- File src/OFConstString.m — part of check-in [4c343b7841] at 2009-06-02 17:21:55 on branch trunk — Take care of the root metaclass's super being the root class. (user: js, size: 708) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
33 34 35 36 37 38 39 | - (void)release { } - (size_t)retainCount { | | | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 | - (void)release { } - (size_t)retainCount { return SIZE_MAX; } - autorelease { return self; } @end |