Re: Re: Port from Win to OSX with Inline functions
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=p2jftIKakTthd9YmRFfReotie27C2nbUG4/q7SRlqI20Yd7iaIXWjAR21WIsPW2t8StopQrTq45rsusRiCpE8siMgpmD+rU/6WhWL/DzujzKu8bava13+X+PPoYIlxn3ncsrt9nIJb+EAVQNLjnHwoZ89E7WfYJvS5JBELrhMq8= Am 07.10.2006 um 01:46 schrieb David Leimbach:
Inline is a C99 keyword and still only a "hint" to the compiler.
To my knowledge, putting "inline" in a header file doesn't make it's symbols static. And inline functions aren't allowed to also be static.
Is it a fact ? Actually I misread. It was that inline functions may not contain static objects per section 6.7.4.3. _______________________________________________ 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... On 10/8/06, Nat! <nat@mulle-kybernetik.com> wrote: This email sent to site_archiver@lists.apple.com
participants (1)
-
David Leimbach