IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12493


Ignore:
Timestamp:
Mar 19, 2007, 11:55:01 AM (19 years ago)
Author:
jhoblitt
Message:

clenaup PS_NO_TRACE defines

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psTrace.h

    r12284 r12493  
    99 *  @author GLG, MHPCC
    1010 *
    11  *  @version $Revision: 1.56 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-03-07 00:10:28 $
     11 *  @version $Revision: 1.57 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-03-19 21:55:01 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    4040// XXX EAM : the old 'empty' values of (void) 0 are dangerous
    4141# if defined(PS_NO_TRACE)
     42#   define psTraceSetFormat(format)     /* do nothing */
    4243#   define psTrace(facil, level, ...)   /* do nothing */
    43 #   define p_psTrace(facil, level, ...) /* do nothing */
     44#   define psTraceGetLevel(facil)       /* do nothing */
     45#   define psTraceV(facil, level, format, __VA_LIST)    /* do nothing */
    4446#   define psTraceSetLevel(facil,level) /* do nothing */
    45 #   define psTraceGetLevel(facil)       -INFINITY /* really really low level */
    4647#   define psTraceReset()               /* do nothing */
    47 #   define psTraceFree()                /* do nothing */
    4848#   define psTracePrintLevels()         /* do nothing */
    4949#   define psTraceSetDestination(fp)    /* do nothing */
    5050#   define psTraceGetDestination()      2 /* destination is stderr */
    51 #   define psTraceSetFormat(format)     /* do nothing */
     51#   define psTraceLevels()              /* do nothing */
    5252#   define PS_TRACE_ON                  0
    5353
Note: See TracChangeset for help on using the changeset viewer.