Re: Port from Win to OSX with Inline functions
Re: Port from Win to OSX with Inline functions
- Subject: Re: Port from Win to OSX with Inline functions
- From: Steve Checkoway <email@hidden>
- Date: Sat, 7 Oct 2006 02:30:40 -0700
On Oct 6, 2006, at 9:06 PM, Chris Edgington wrote:
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:
static inline void foo();
void foo() { /* ... */ }
--
Steve Checkoway
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden