src/inc/errabort.h 1.11

1.11 2009/06/04 17:53:20 markd
added tmp debugging code track down harmless but annoying warn/abort stack underflows
Index: src/inc/errabort.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/inc/errabort.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -b -B -U 4 -r1.10 -r1.11
--- src/inc/errabort.h	21 Feb 2008 02:13:25 -0000	1.10
+++ src/inc/errabort.h	4 Jun 2009 17:53:20 -0000	1.11
@@ -77,5 +77,7 @@
 
 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
+
 #endif /* ERRABORT_H */