Eric Lemings Tue, 10 Apr 2007 15:01:27 -0700
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.