Index: /trunk/psLib/src/sys/psTrace.h
===================================================================
--- /trunk/psLib/src/sys/psTrace.h	(revision 12492)
+++ /trunk/psLib/src/sys/psTrace.h	(revision 12493)
@@ -9,6 +9,6 @@
  *  @author GLG, MHPCC
  *
- *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-03-07 00:10:28 $
+ *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-03-19 21:55:01 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -40,14 +40,14 @@
 // XXX EAM : the old 'empty' values of (void) 0 are dangerous
 # if defined(PS_NO_TRACE)
+#   define psTraceSetFormat(format)     /* do nothing */
 #   define psTrace(facil, level, ...)   /* do nothing */
-#   define p_psTrace(facil, level, ...) /* do nothing */
+#   define psTraceGetLevel(facil)       /* do nothing */
+#   define psTraceV(facil, level, format, __VA_LIST)    /* do nothing */
 #   define psTraceSetLevel(facil,level) /* do nothing */
-#   define psTraceGetLevel(facil)       -INFINITY /* really really low level */
 #   define psTraceReset()               /* do nothing */
-#   define psTraceFree()                /* do nothing */
 #   define psTracePrintLevels()         /* do nothing */
 #   define psTraceSetDestination(fp)    /* do nothing */
 #   define psTraceGetDestination()      2 /* destination is stderr */
-#   define psTraceSetFormat(format)     /* do nothing */
+#   define psTraceLevels()              /* do nothing */
 #   define PS_TRACE_ON                  0
 
