mirror of
https://github.com/libAthena/athena.git
synced 2025-12-11 06:27:51 +00:00
* Fix pretty function
This commit is contained in:
@@ -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__
|
||||||
|
|||||||
Reference in New Issue
Block a user