Changeset 14454
- Timestamp:
- Aug 8, 2007, 5:30:47 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
r14453 r14454 10 10 * @author Ross Harman, MHPCC 11 11 * 12 * @version $Revision: 1.6 1$ $Name: not supported by cvs2svn $13 * @date $Date: 2007-08-09 03:30: 16$12 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $ 13 * @date $Date: 2007-08-09 03:30:47 $ 14 14 * 15 15 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 262 262 263 263 #ifdef __GNUC__ 264 #define PS_ATTR_PURE __attribute__(( PURE))264 #define PS_ATTR_PURE __attribute__((pure)) 265 265 #else // __GNUC__ 266 266 #define PS_ATTR_PURE
Note:
See TracChangeset
for help on using the changeset viewer.
