retore binary backward compatibility for most cases

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27764 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2009-02-03 11:48:29 +00:00
parent 34e8be56be
commit f15ce911db
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2009-02-03 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSZone.m: restore binary compatibility with earlier code.
2009-01-30 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSURL.m: For file URL, make relative path absolute.

View file

@ -405,6 +405,11 @@ static NSZone default_zone =
default_check, default_lookup, default_stats, DEFBLOCK, @"default", 0
};
/*
* For backward compatibility.
*/
NSZone *__nszone_private_hidden_default_zone = &default_zone;
/*
* Lists of zones to be used to determine if a pointer is in a zone.
*/