Changeset 8627 for trunk/psLib/src/sys/psAbort.h
- Timestamp:
- Aug 25, 2006, 6:34:28 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psAbort.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psAbort.h
r4307 r8627 12 12 * @author Eric Van Alst, MHPCC 13 13 * 14 * @version $Revision: 1.1 1$ $Name: not supported by cvs2svn $15 * @date $Date: 200 5-06-17 23:39:51$14 * @version $Revision: 1.12 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2006-08-26 04:34:28 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 37 37 * 38 38 */ 39 #ifdef __GNUC__ 40 void psAbort( 41 const char *name, ///< Source of abort such as file or function detected 42 const char *format, ///< A printf style formatting statement defining msg 43 ... 44 ) __attribute__((format(printf, 2, 3))); 45 #else // __GNUC__ 39 46 void psAbort( 40 47 const char *name, ///< Source of abort such as file or function detected … … 42 49 ... 43 50 ); 51 #endif // __GNUC__ 44 52 45 53 /** @} */ // Doxygen - End of SystemGroup Functions
Note:
See TracChangeset
for help on using the changeset viewer.
