Re: Port from Win to OSX with Inline functions
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Oct 6, 2006, at 9:06 PM, Chris Edgington wrote: static inline void foo(); void foo() { /* ... */ } -- Steve Checkoway _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com Maybe I have not explained well, or maybe I'm not understanding. Your message sounds like you're saying that I can change the prototypes via the prefix header. The problem is this - the prototypes aren't marked as inline. Here's how the files are laid out: You need to declare the prototypes as static inline and not the definition: smime.p7s
participants (1)
-
Steve Checkoway