Changeset 14452 for trunk/psLib/src/sys/psTrace.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (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
r12494 r14452 9 9 * @author GLG, MHPCC 10 10 * 11 * @version $Revision: 1.5 8$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 3-19 22:26:22$11 * @version $Revision: 1.59 $ $Name: not supported by cvs2svn $ 12 * @date $Date: 2007-08-09 01:40:07 $ 13 13 * 14 14 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 100 100 const char *format, ///< printf-style format command 101 101 ... ///< trace message arguments 102 #ifdef __GNUC__ 103 ) __attribute__((format(printf, 6, 7))); 104 #else // ifdef __GNUC__ 105 ); 106 #endif // ifdef __GNUC__ 102 ) PS_ATTR_FORMAT(printf, 6, 7); 107 103 #ifndef SWIG 108 104 #define psTrace(facil, level, ...) \
Note:
See TracChangeset
for help on using the changeset viewer.
