Changeset 14452 for trunk/psLib/src/sys/psLine.h
- Timestamp:
- Aug 8, 2007, 3:40:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psLine.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psLine.h
r11694 r14452 9 9 * @author David Robbins, MHPCC 10 10 * 11 * @version $Revision: 1. 7$ $Name: not supported by cvs2svn $12 * @date $Date: 2007-0 2-08 01:59:28$11 * @version $Revision: 1.8 $ $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 … … 37 37 psLine *psLineAlloc( 38 38 long Nline ///< length of line object to allocate 39 ) ;39 ) PS_ATTR_MALLOC; 40 40 41 41 … … 74 74 const char *format, ///< printf-style format of line 75 75 ... ///< any parameters required in format 76 #ifdef __GNUC__ 77 ) __attribute__((format(printf, 2, 3))); 78 #else // ifdef __GNUC__ 79 ); 80 #endif // ifdef __GNUC__ 76 ) PS_ATTR_FORMAT(printf, 2, 3); 81 77 82 78
Note:
See TracChangeset
for help on using the changeset viewer.
