IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2007, 3:40:08 PM (19 years ago)
Author:
jhoblitt
Message:

gcc attribute cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/math/psStats.h

    r14429 r14452  
    88 * @author GLG, MHPCC
    99 *
    10  * @version $Revision: 1.61 $ $Name: not supported by cvs2svn $
    11  * @date $Date: 2007-08-08 19:38:17 $
     10 * @version $Revision: 1.62 $ $Name: not supported by cvs2svn $
     11 * @date $Date: 2007-08-09 01:40:07 $
    1212 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
    1313 */
     
    116116    const char *func,                   ///< Function name of caller
    117117    psStatsOptions options              ///< Statistics to calculate
    118 );
     118) PS_ATTR_MALLOC;
    119119#define psStatsAlloc(options) \
    120120      p_psStatsAlloc(__FILE__, __LINE__, __func__, options)
Note: See TracChangeset for help on using the changeset viewer.