commit | d780012cd75c24394b043b107d17eb8199ae2dc7 | [log] [tgz] |
---|---|---|
author | Emil Velikov <emil.l.velikov@gmail.com> | Sat Feb 28 16:39:10 2015 +0000 |
committer | Emil Velikov <emil.l.velikov@gmail.com> | Thu Mar 05 14:45:53 2015 +0000 |
tree | 0ebf81375589f5c7ebab1572f29d716ff8a5079c | |
parent | 7bd1693877e4de9aaf8f6776649fc48db54ec82b [diff] |
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>