~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/drizzled.cc

MergedĀ fromĀ lee.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1389
1389
}
1390
1390
#endif
1391
1391
 
1392
 
#if BACKTRACE_DEMANGLE
 
1392
#if defined(BACKTRACE_DEMANGLE)
1393
1393
#include <cxxabi.h>
1394
1394
extern "C" char *my_demangle(const char *mangled_name, int *status)
1395
1395
{