main: replace __FUNCTION__ with __func__
authorMarius Predut <marius.predut@intel.com>
Tue, 7 Apr 2015 19:04:58 +0000 (22:04 +0300)
committerMatt Turner <mattst88@gmail.com>
Tue, 14 Apr 2015 19:23:41 +0000 (12:23 -0700)
commit6f4d9418b41f650630e725e0a842de9bb1ad746f
tree6edd76ada82ee3c0ba53c099c25723e395c912b1
parent50cb780f7f90ffc4018f41502a472604bf1677c3
main: replace __FUNCTION__ with __func__

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.

Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Marius Predut <marius.predut@intel.com>
src/mesa/main/atifragshader.c
src/mesa/main/ffvertex_prog.c
src/mesa/main/format_unpack.py
src/mesa/main/glformats.c
src/mesa/main/mtypes.h
src/mesa/main/state.c