IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10893


Ignore:
Timestamp:
Jan 3, 2007, 11:55:11 AM (19 years ago)
Author:
jhoblitt
Message:

add a comment about PS_MEM_ERROR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/jch-memory/psLib/src/sys/psMemory.c

    r10892 r10893  
    88*  @author Robert Lupton, Princeton University
    99*
    10 *  @version $Revision: 1.88.2.5 $ $Name: not supported by cvs2svn $
    11 *  @date $Date: 2007-01-03 21:53:56 $
     10*  @version $Revision: 1.88.2.6 $ $Name: not supported by cvs2svn $
     11*  @date $Date: 2007-01-03 21:55:11 $
    1212*
    1313*  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    5959abort();
    6060
     61// As with psAbort(), psError() is also *UNSAFE* to use from within the memory
     62// subsystem.
    6163#define PS_MEM_ERROR(code, new, ...) \
    6264P_PS_MEM_ERROR(__FILE__, __LINE__, __func__, code, new, __VA_ARGS__)
Note: See TracChangeset for help on using the changeset viewer.