Home | History | Annotate | Download | only in ImageMagick

Lines Matching full:__func__

1170 AC_MSG_CHECKING([whether our compiler supports __func__])
1172 [{ const char *func = __func__; return(func != 0 ? 0 : 1); }],
1179 AC_DEFINE(__func__, __FUNCTION__,
1180 [Define to appropriate substitue if compiler does not have __func__]),
1182 AC_DEFINE(__func__, __FILE__,
1183 [Define to appropriate substitue if compiler does not have __func__])))