~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/stacktrace.h

  • Committer: Monty Taylor
  • Date: 2010-04-16 23:31:59 UTC
  • mto: (1461.2.2 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1479.
  • Revision ID: mordred@inaugust.com-20100416233159-3t4cgwcggmtsbh3z
Fixed a symbol oops.

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