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/sys/psLine.h

    r11694 r14452  
    99 *  @author David Robbins, MHPCC
    1010 *
    11  *  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2007-02-08 01:59:28 $
     11 *  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2007-08-09 01:40:07 $
    1313 *
    1414 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    3737psLine *psLineAlloc(
    3838    long Nline                         ///< length of line object to allocate
    39 );
     39) PS_ATTR_MALLOC;
    4040
    4141
     
    7474    const char *format,                ///< printf-style format of line
    7575    ...                                ///< any parameters required in format
    76 #ifdef __GNUC__
    77 ) __attribute__((format(printf, 2, 3)));
    78 #else // ifdef __GNUC__
    79 );
    80 #endif // ifdef __GNUC__
     76) PS_ATTR_FORMAT(printf, 2, 3);
    8177
    8278
Note: See TracChangeset for help on using the changeset viewer.