bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AC_CHECK_SIZEOF


From: Eric Lemings
Subject: AC_CHECK_SIZEOF
Date: Mon, 9 Apr 2007 17:55:40 -0600

 
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

[Prev in Thread] Current Thread [Next in Thread]