discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Porting autogsdoc to OSX


From: Helge Hess
Subject: Re: Porting autogsdoc to OSX
Date: Tue, 26 Feb 2002 23:45:26 +0100

On Dienstag, Februar 26, 2002, at 05:31  Uhr, Adam Fedor wrote:
Since we are talking about a limited number of files (in this case, only autogsdoc, and the XML parser files), and at least autogsdoc files always have '#include <Foundation/Foundation.h>', we could put in something like

#ifdef MACOSX_COMPATIBILITY
#import <Foundation/Foundation.h>
#else
#include <Foundation/Foundation.h>
#endif

What's the point ? #import works in both environments ?!

Greetings
  Helge




reply via email to

[Prev in Thread] Current Thread [Next in Thread]