[Mesa-dev] [PATCH] tnl: replace __FUNCTION__ with __func__

Emil Velikov emil.l.velikov at gmail.com
Fri Apr 3 06:11:45 PDT 2015


Hi Marius,

On 03/04/15 13:11, Marius Predut wrote:
> Consistently just use C99's __func__ everywhere.
> The patch was verified with Microsoft Visual studio 2013
> redistributable package(RTM version number: 18.0.21005.1)
> Next MSVC versions intends to support __func__.
> No functional changes.
> 
Small note - for compilers that lack __func__ (inline and others) we
provide reasonable workaround via include/c99_compat.h.

Thanks for going through these :-)
Emil



More information about the mesa-dev mailing list