* Refactor compression and utility

This commit is contained in:
2014-09-09 03:19:19 -07:00
parent 814eda3d4c
commit 5a621215de
8 changed files with 194 additions and 28 deletions

View File

@@ -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