mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
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:
parent
b0c6e96f1f
commit
23e7050f72
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue