Changeset 12493
- Timestamp:
- Mar 19, 2007, 11:55:01 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psTrace.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psTrace.h
r12284 r12493 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 6$ $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 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 40 40 // XXX EAM : the old 'empty' values of (void) 0 are dangerous 41 41 # if defined(PS_NO_TRACE) 42 # define psTraceSetFormat(format) /* do nothing */ 42 43 # 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 */ 44 46 # define psTraceSetLevel(facil,level) /* do nothing */ 45 # define psTraceGetLevel(facil) -INFINITY /* really really low level */46 47 # define psTraceReset() /* do nothing */ 47 # define psTraceFree() /* do nothing */48 48 # define psTracePrintLevels() /* do nothing */ 49 49 # define psTraceSetDestination(fp) /* do nothing */ 50 50 # define psTraceGetDestination() 2 /* destination is stderr */ 51 # define psTrace SetFormat(format)/* do nothing */51 # define psTraceLevels() /* do nothing */ 52 52 # define PS_TRACE_ON 0 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
