Fix typo
[m6w6/libmemcached] / libtest / test.hpp
index 1722c4dc996ae1059618bf6fa5237fc7ed10bb19..7c18d6bc448ce4eca07a71d84ee2927c775ca579 100644 (file)
 
 #pragma once
 
+#ifndef YATL_FULL
+# define YATL_FULL 1
+#endif
+
 #ifndef __PRETTY_FUNCTION__
-#define __PRETTY_FUNCTION__ __func__
+# define __PRETTY_FUNCTION__ __func__
 #endif
 
 #define YATL_STRINGIFY(x) #x