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/fits/psFitsTable.c

    r10999 r11686  
    77 *  @author Robert DeSonia, MHPCC
    88 *
    9  *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2007-01-09 22:38:52 $
     9 *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
     10 *  @date $Date: 2007-02-07 23:52:53 $
    1111 *
    1212 *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    420420        }
    421421    default:
    422         psAbort(__func__, "Shouldn't ever get here.");
     422        psAbort("Shouldn't ever get here.");
    423423    }
    424424    return 0;
     
    697697                }
    698698            default:
    699                 psAbort(__func__, "Should never get here.\n");
     699                psAbort("Should never get here.\n");
    700700            }
    701701        }
Note: See TracChangeset for help on using the changeset viewer.