> Oh, I blindly accepted that mechanism for conditional compilation, 
> then, do you know how to
> do that correctly?

If you just want to know if GNUstep base is being used (or if Cocoa 
Foundation is being used), you can do --

#ifdef GNUSTEP
 /* GNUstep base code */
#else
 /* Cocoa Foundation code */
#endif

Thanks



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to