Index: trunk/psLib/src/sys/psString.h
===================================================================
--- trunk/psLib/src/sys/psString.h	(revision 7015)
+++ trunk/psLib/src/sys/psString.h	(revision 7300)
@@ -14,6 +14,6 @@
  *  @author David Robbins, MHPCC
  *
- *  @version $Revision: 1.20 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2006-05-01 00:57:07 $
+ *  @version $Revision: 1.21 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2006-06-02 21:33:34 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -29,4 +29,7 @@
 /** This macro will convert the argument to a quoted string */
 #define PS_STRING(S)  #S
+
+/** This macro expands to "file:line" */
+#define PS_FILE_LINE __FILE__ ":" PS_STRING(__LINE__)
 
 // Doxygen group tags
