site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Priti Rathi writes:
Oh like that :),Hmm how to remove this Apple-ism? It is already defined in the header file.
In the example you posted, it was only defined when __MWERKS__ is defined. Gcc on linux does not define __MWERKS__ -- I imagine a compiler made by MetroWerks must define it. Like I said before, just define it away to something harmless. Eg: gcc -D__private_extern__='', or edit the header file an add something like #if !defined(__private_extern__) #define __private_extern__ #endif Drew _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com