Minor cleanups.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32031 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-10 10:52:54 +00:00
parent d5e9a52e35
commit a63d65764c
15 changed files with 137 additions and 53 deletions

View file

@ -4175,6 +4175,7 @@ appendString(NSMutableData *m, NSUInteger offset, NSUInteger fold,
@"/?="]];
[m removeCharactersInString: @"."];
rfc2045Specials = [m copy];
[m release];
whitespace = RETAIN([NSCharacterSet whitespaceAndNewlineCharacterSet]);
if (NSArrayClass == 0)
{

View file

@ -121,3 +121,9 @@
}
@end
/* See ../GSPrivate.h for details.
*/
#import "GSPrivate.h"
BaseCacheStruct GSBaseCache = { };