mirror of
https://github.com/libAthena/athena.git
synced 2025-12-09 05:27:50 +00:00
* Refactor compression and utility
This commit is contained in:
@@ -26,9 +26,9 @@
|
||||
# elif defined(__FUNCTION__)
|
||||
# define __PRETTY_FUNCTION__ __FUNCTION__
|
||||
# elif defined(__FUNC__)
|
||||
# define __PRETTY_FUNCTION__ __FUNCTION__
|
||||
# define __PRETTY_FUNCTION__ __FUNC__
|
||||
# elif defined(__func__)
|
||||
# define __PRETTY_FUNCTION__ __FUNCTION__
|
||||
# define __PRETTY_FUNCTION__ __func__
|
||||
# else
|
||||
# define __PRETTY_FUNCTION__ "<unkown>"
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user