Index: trunk/psLib/src/sysUtils/psError.c
===================================================================
--- trunk/psLib/src/sysUtils/psError.c	(revision 2273)
+++ trunk/psLib/src/sysUtils/psError.c	(revision 2972)
@@ -9,7 +9,7 @@
  *
  *  @author Eric Van Alst, MHPCC
- *   
- *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2004-11-04 01:05:00 $
+ *
+ *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2005-01-13 19:50:45 $
  *
  *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
@@ -129,4 +129,9 @@
 }
 
+psS32 psErrorGetStackSize()
+{
+    return errorStackSize;
+}
+
 psErr* psErrorLast(void)
 {
