Changeset 14452 for trunk/psLib/src/sys/psLogMsg.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLogMsg.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLogMsg.h
r11694 r14452 11 11 * @author Joshua Hoblitt, University of Hawaii 12 12 * 13 * @version $Revision: 1. 39$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 2-08 01:59:28$13 * @version $Revision: 1.40 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-08-09 01:40:07 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 120 120 const char *format, ///< printf-style format command 121 121 ... 122 #ifdef __GNUC__ 123 ) __attribute__((format(printf, 3, 4))); 124 #else // ifdef __GNUC__ 125 ); 126 #endif // ifdef __GNUC__ 122 ) PS_ATTR_FORMAT(printf, 3, 4); 127 123 128 124
Note:
See TracChangeset
for help on using the changeset viewer.
