You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apr.apache.org by Justin Erenkrantz <ju...@erenkrantz.com> on 2006/07/14 07:34:12 UTC

Re: [patch 13/17] APR_INLINE

On 4/14/06, John Mark Vandenberg <ja...@gmail.com> wrote:
> Define APR_INLINE on MinGW to be static __inline__, and use
> APR_INLINE consistently throughout.
>
> This patch has only been tested with ./configure CFLAGS=" -O0 "

Partially committed in r421810.  AFAICT, mingw doesn't need static
inline everywhere - only for when the declarations are in the header
file and hence multiply included.

Thanks.  -- justin