]> git.lyx.org Git - lyx.git/blobdiff - src/support/lassert.h
Attempt to fix #8137 (arrived at r40862).
[lyx.git] / src / support / lassert.h
index 44933bed1f2fcc943e1f4b7550c6b67e740b3464..66d73cefbf01cca02b8d399115ee0297202bd7b5 100644 (file)
@@ -5,7 +5,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -18,6 +18,10 @@ namespace lyx {
 
 void doAssert(char const * expr, char const * file, long line);
 
+/// Print demangled callstack to stderr
+void printCallStack();
+
+
 } // namespace lyx
 
 #define LASSERT(expr, escape) \