~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.h

  • Committer: Brian Aker
  • Date: 2010-04-19 19:23:14 UTC
  • Revision ID: brian@gaz-20100419192314-47vro57tcn607i61
More updates for memory::Root

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
#define BACKTRACE_DEMANGLE 1
36
36
#endif
37
37
 
38
 
#if defined(BACKTRACE_DEMANGLE)
39
 
extern "C" char *my_demangle(const char *mangled_name, int *status);
40
 
#endif
41
 
 
42
38
#ifdef TARGET_OS_LINUX
43
39
#if defined(HAVE_STACKTRACE) || (defined (__x86_64__) || defined (__i386__) )
44
40
#undef HAVE_STACKTRACE