src/inc/errabort.h 1.12
1.12 2009/06/07 07:13:37 markd
make stack dump on warn/abort stack under/overlow permanet
Index: src/inc/errabort.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/errabort.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -b -B -U 4 -r1.11 -r1.12
--- src/inc/errabort.h 4 Jun 2009 17:53:20 -0000 1.11
+++ src/inc/errabort.h 7 Jun 2009 07:13:37 -0000 1.12
@@ -77,7 +77,8 @@
void pushWarnAbort();
/* Push handler that will abort on warnings. */
-extern int errAbortDebugPopUnderflow; // FIXME tmp hack to try to find source of popWarnHandler underflows in browse
+void errAbortDebugnPushPopErr();
+/* generate stack dump if there is a error in the push/pop functions */
#endif /* ERRABORT_H */