Changeset 14453
- Timestamp:
- Aug 8, 2007, 5:30:16 PM (19 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 2 edited
-
sys/psType.h (modified) (2 diffs)
-
types/psBitSet.c (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 * -
trunk/psLib/src/types/psBitSet.c
r11759 r14453 11 11 * @author Robert DeSonia, MHPCC 12 12 * 13 * @version $Revision: 1.4 1$ $Name: not supported by cvs2svn $14 * @date $Date: 2007-0 2-13 03:01:24$13 * @version $Revision: 1.42 $ $Name: not supported by cvs2svn $ 14 * @date $Date: 2007-08-09 03:30:16 $ 15 15 * 16 16 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 52 52 * @return char*: Pointer to byte in which bit is contained. 53 53 */ 54 static char mask(psS32 bit)54 PS_ATTR_PURE static char mask(psS32 bit) 55 55 { 56 56 char mask = (char)0x01;
Note:
See TracChangeset
for help on using the changeset viewer.
