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 _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
