egl/main: replace __FUNCTION__ with __func__
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 28 Feb 2015 16:39:10 +0000 (16:39 +0000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Mar 2015 14:45:53 +0000 (14:45 +0000)
commitd780012cd75c24394b043b107d17eb8199ae2dc7
tree0ebf81375589f5c7ebab1572f29d716ff8a5079c
parent7bd1693877e4de9aaf8f6776649fc48db54ec82b
egl/main: replace __FUNCTION__ with __func__

The latter is a C99 standard, and our current wrapper c99_compat.h
should handle non-compliant compilers.
Drop the c99_compat.h inclusion from eglcompiler.h altogether, as it's
no longer required.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/egl/main/eglapi.c
src/egl/main/eglcompiler.h