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

    r7999 r11686  
    126126    memLeaks = psMemCheckLeaks(currentId,NULL,NULL,false);
    127127    if (0 != memLeaks) {
    128         psAbort(__func__,"Memory Leaks! (%d leaks)", memLeaks);
     128        psAbort("Memory Leaks! (%d leaks)", memLeaks);
    129129    }
    130130    psMemCheckCorruption(1);
Note: See TracChangeset for help on using the changeset viewer.