Changeset 14453 for trunk/psLib/src/sys
- Timestamp:
- Aug 8, 2007, 5:30:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sys/psType.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sys/psType.h
r14452 r14453 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.6 0$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-08-09 0 1:40:07$12 * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-08-09 03:30:16 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 261 261 #endif // __GNUC__ 262 262 263 #ifdef __GNUC__ 264 #define PS_ATTR_PURE __attribute__((PURE)) 265 #else // __GNUC__ 266 #define PS_ATTR_PURE 267 #endif // __GNUC__ 268 263 269 /** Dimensions of a data type. 264 270 *
Note:
See TracChangeset
for help on using the changeset viewer.
