mirror of
https://github.com/libAthena/athena.git
synced 2025-07-03 19:55:55 +00:00
* Fix pretty function
This commit is contained in:
parent
8386fa54a0
commit
01da3f3871
@ -25,7 +25,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef AT_PRETTY_FUNCTION
|
#ifndef AT_PRETTY_FUNCTION
|
||||||
# ifdef __PRETTY_FUNCTION__
|
# if defined(__PRETTY_FUNCTION__) || defined(__GNUC__)
|
||||||
# define AT_PRETTY_FUNCTION __PRETTY_FUNCTION__
|
# define AT_PRETTY_FUNCTION __PRETTY_FUNCTION__
|
||||||
# elif defined(__FUNCSIG__)
|
# elif defined(__FUNCSIG__)
|
||||||
# define AT_PRETTY_FUNCTION __FUNCSIG__
|
# define AT_PRETTY_FUNCTION __FUNCSIG__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user