change ifdef to detect non-gnustep

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/trunk@32799 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2011-04-07 12:36:32 +00:00
parent e0fe4ae4e3
commit 4bae7d4a63
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2011-04-07 Riccardo Mottola <rm@gnu.org>
* Headers/ProjectCenter/PCDefines.h
Change ifdef to detect non-gnustep.
2011-04-06 Fred Kiefer <FredKiefer@gmx.de>
* Modules/Parsers/ProjectCenter/PCParser.m [-parse]: Move the

View file

@ -46,7 +46,7 @@
//=============================================================================
// ==== MacOS X portability defines
//=============================================================================
#ifndef GNUSTEP_BASE_VERSION
#ifndef GNUSTEP
#define RETAIN(object) [object retain]
#define RELEASE(object) [object release]