[Mesa-dev] __func__ vs. __FUNCTION__
Enrico Weigelt, metux IT consult
enrico.weigelt at gr13.net
Thu Aug 4 05:45:45 UTC 2016
On 03.08.2016 12:20, Eric Engestrom wrote:
> BTW, c99_compat.h has a #define for __func__ where needed, so this
> change (removing use of __FUNCTION__) is a good one indeed :)
Did a few experiments w/ gcc vs msvc. The common denominator is
both define __FUNCTION__, so I moved there and dropped the defines
in c99_compat.h.
See: https://github.com/metux/mesa/commits/WIP_cleanup
--mtx
More information about the mesa-dev
mailing list