IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 14453 for trunk/psLib/src/sys


Ignore:
Timestamp:
Aug 8, 2007, 5:30:16 PM (19 years ago)
Author:
jhoblitt
Message:

add PS_ATTR_PURE call attribute

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psType.h

    r14452 r14453  
    1010*  @author Ross Harman, MHPCC
    1111*
    12 *  @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
    13 *  @date $Date: 2007-08-09 01:40:07 $
     12*  @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
     13*  @date $Date: 2007-08-09 03:30:16 $
    1414*
    1515*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    261261#endif // __GNUC__
    262262
     263#ifdef __GNUC__
     264#define PS_ATTR_PURE __attribute__((PURE))
     265#else // __GNUC__
     266#define PS_ATTR_PURE
     267#endif // __GNUC__
     268
    263269/** Dimensions of a data type.
    264270 *
Note: See TracChangeset for help on using the changeset viewer.