Minor backward compatibility tweak

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23407 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-09-07 06:32:13 +00:00
parent ed68973dbf
commit 056a870532
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2006-09-10 Richard Frith-Macdonald <rfm@gnu.org>
* Headers/Foundation/NSObject.h: Fix incorrect backward compatibility
setting for openstep version.
2006-09-06 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSConnection.m: ([release]) protect with connection table

View file

@ -32,10 +32,10 @@
* Check consistency of definitions for system compatibility.
*/
#if defined(STRICT_OPENSTEP)
#define OS_API_VERSION 10000
#define GS_OPENSTEP_V 010000
#define NO_GNUSTEP 1
#elif defined(STRICT_MACOS_X)
#define OS_API_VERSION 100000
#define GS_OPENSTEP_V 100000
#define NO_GNUSTEP 1
#else
#undef NO_GNUSTEP