Does not work for function pointer types, e.g.

AC_CHECK_SIZEOF(void (*)())
AC_CHECK_SIZEOF(void (struct::*)())

because of this line in the _AC_CHECK_TYPE_NEW macro

146 [if (($1 *) 0)

which is invalid for such pointer types.

Eric.


Reply via email to