mirror of
https://github.com/libAthena/athena.git
synced 2025-07-03 11:45:53 +00:00
* Fix pretty function
This commit is contained in:
parent
8386fa54a0
commit
01da3f3871
@ -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__
|
||||
|
Loading…
x
Reference in New Issue
Block a user