Assar Westerlund <[EMAIL PROTECTED]> writes:
>
> +AH_VERBATIM([inlind], [
> +#ifndef __cplusplus
> +])

It's probably cleaner to use an AH_VERBATIM for the whole thing.  I've
has some joy from th following (and no description are in the AC_DEFINEs).

AH_VERBATIM(inline,
[/* Define as `__inline' if that's what the C compiler calls it, or to nothing
   if it is not supported. */
#ifndef __cplusplus
#undef inline
#endif])


Reply via email to