Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 328059 | Differences between
and this patch

Collapse All | Expand All

(-)./kdecore/io/kdebug.cpp.orig (-1 / +1 lines)
Lines 88-94 Link Here
88
// normally (check_function_exists fails), but we know it's there.
88
// normally (check_function_exists fails), but we know it's there.
89
// For better results, we would use walk_context(), but that's
89
// For better results, we would use walk_context(), but that's
90
// a little more code -- see also the crash handler in kcrash.cpp .
90
// a little more code -- see also the crash handler in kcrash.cpp .
91
#define HAVE_BACKTRACE (1)
91
// #define HAVE_BACKTRACE (1)
92
#endif
92
#endif
93
93
94
#ifdef HAVE_BACKTRACE
94
#ifdef HAVE_BACKTRACE

Return to bug 328059