Changeset 7653 for trunk/psLib/src/sys/psString.h
- Timestamp:
- Jun 23, 2006, 10:29:39 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
r7380 r7653 14 14 * @author David Robbins, MHPCC 15 15 * 16 * @version $Revision: 1.2 2$ $Name: not supported by cvs2svn $17 * @date $Date: 2006-06- 07 03:22:06$16 * @version $Revision: 1.23 $ $Name: not supported by cvs2svn $ 17 * @date $Date: 2006-06-23 20:29:39 $ 18 18 * 19 19 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 30 30 #define PS_STRING(S) #S 31 31 32 /** This macro expands to "file:line" */ 33 #define PS_FILE_LINE __FILE__ ":" PS_STRING(__LINE__) 32 /** This macro returns a (static buffer containing) "file:line" */ 33 const char *p_psFileLine(const char *file, int line); 34 #define PS_FILE_LINE p_psFileLine(__FILE__,__LINE__) 34 35 35 36 // Doxygen group tags
Note:
See TracChangeset
for help on using the changeset viewer.
