From 226cc6277139d7903e868243f3cc643afdd77cab Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Thu, 3 Mar 2011 16:57:32 -0500 Subject: [PATCH] identify OSX --- pvDataApp/misc/epicsException.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pvDataApp/misc/epicsException.h b/pvDataApp/misc/epicsException.h index d1fec91..537cf5b 100644 --- a/pvDataApp/misc/epicsException.h +++ b/pvDataApp/misc/epicsException.h @@ -50,7 +50,7 @@ # define EXCEPT_DEPTH 20 #endif -#if defined(__GLIBC__) /* and possibly some BSDs */ +#if defined(__GLIBC__) || (defined(__APPLE__) && defined(__MACH__)) /* and possibly some BSDs */ # include # define EXCEPT_USE_BACKTRACE #elif defined(_WIN32) && !defined(__MINGW__) && !defined(SKIP_DBGHELP)