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/math/psSparse.c

    r10999 r11686  
    6666    if (i < j) {
    6767        // psError(PS_ERR_UNKNOWN, true, "i=%d, j=%d refers to a sub-diagonal element. not allowed!");
    68         psAbort (__func__, "i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j);
     68        psAbort("i=%d, j=%d refers to a sub-diagonal element. not allowed!", i, j);
    6969        return false;
    7070    }
Note: See TracChangeset for help on using the changeset viewer.