develooper Front page | perl.perl5.porters | Postings from July 2010

Re: [PATCH] Configure probe for static inline

Thread Previous | Thread Next
From:
Marvin Humphrey
Date:
July 8, 2010 07:36
Subject:
Re: [PATCH] Configure probe for static inline
Message ID:
20100708143625.GA9505@rectangular.com
I'm very happy to see this patch, and I hope the experiment works out.

It looks like only the variant "inline" is probed for.  I have found it useful
to probe for "__inline" and "__inline__" first and prefer those.  GCC disables
the "inline" keyword under "-ansi":

    http://gcc.gnu.org/onlinedocs/gcc/Alternate-Keywords.html

Also, for MSVC, IIRC only "__inline" works.

Marvin Humphrey


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About