]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
__FUNC__ not available on Alpha and HP
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Sep 2004 14:51:48 +0000 (14:51 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 3 Sep 2004 14:51:48 +0000 (14:51 +0000)
STEER/AliLog.h

index 4ea0926e40f9ecb583a2f314af15592e3e77b659..960e818f50269d212f41cd089656cf4046cc6919 100644 (file)
@@ -152,8 +152,8 @@ class AliLog: public TObject {
 // function name
 #if defined(__GNUC__) || defined(__ICC) || defined(__ECC) || defined(__APPLE__)
 #define FUNCTIONNAME() __FUNCTION__
-#elif defined(__HP_aCC) || defined(__alpha) || defined(__DECCXX)
-#define FUNCTIONNAME() __FUNC__
+// #elif defined(__HP_aCC) || defined(__alpha) || defined(__DECCXX)
+// #define FUNCTIONNAME() __FUNC__
 #else
 #define FUNCTIONNAME() "???"
 #endif