For all darwin, not just for a particular backtrace method

This commit is contained in:
Steve Checkoway
2003-08-03 12:57:39 +00:00
parent 5e86526252
commit 1a60f4027d
@@ -333,7 +333,7 @@ static void child_process()
fprintf(CrashDump, "\n");
CString Signal;
#if !defined(BACKTRACE_METHOD_POWERPC_DARWIN)
#if !defined(DARWIN)
#define X(a) case a: Signal = #a; break;
switch(SignalReceived)
{