IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 7, 2007, 1:52:54 PM (19 years ago)
Author:
jhoblitt
Message:

update psAbort() API:

add noreturn attribute
remove unneeded 'name' params
turn into a macro so file/line/func are automatiically passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psString.c

    r11618 r11686  
    1313 *  @author David Robbins, MHPCC
    1414 *
    15  *  @version $Revision: 1.50 $ $Name: not supported by cvs2svn $
    16  *  @date $Date: 2007-02-03 06:01:42 $
     15 *  @version $Revision: 1.51 $ $Name: not supported by cvs2svn $
     16 *  @date $Date: 2007-02-07 23:52:54 $
    1717 *
    1818 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    339339    }
    340340
    341     psAbort(__func__, "Should never get here.\n");
     341    psAbort("Should never get here.\n");
    342342    return 0;
    343343}
Note: See TracChangeset for help on using the changeset viewer.