Changeset 7300 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jun 2, 2006, 11:33:34 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psString.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psString.h
r7015 r7300 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.2 0$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-0 5-01 00:57:07$16 * @version $Revision: 1.21 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-06-02 21:33:34 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 29 29 /** This macro will convert the argument to a quoted string */ 30 30 #define PS_STRING(S) #S 31 32 /** This macro expands to "file:line" */ 33 #define PS_FILE_LINE __FILE__ ":" PS_STRING(__LINE__) 31 34 32 35 // Doxygen group tags
Note:
See TracChangeset
for help on using the changeset viewer.
