* Fix pretty function

This commit is contained in:
Phillip Stephens 2015-05-03 20:57:00 -07:00
parent 8386fa54a0
commit 01da3f3871
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#endif
#ifndef AT_PRETTY_FUNCTION
# ifdef __PRETTY_FUNCTION__
# if defined(__PRETTY_FUNCTION__) || defined(__GNUC__)
# define AT_PRETTY_FUNCTION __PRETTY_FUNCTION__
# elif defined(__FUNCSIG__)
# define AT_PRETTY_FUNCTION __FUNCSIG__