IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 15, 2004, 4:18:57 PM (22 years ago)
Author:
desonia
Message:

modifications so that psMemory compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/sys/psAbort.h

    r428 r432  
    99 *  @author Eric Van Alst, MHPCC
    1010 *   
    11  *  @version $Revision: 1.1 $ $Name: not supported by cvs2svn $
    12  *  @date $Date: 2004-04-15 20:37:12 $
     11 *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
     12 *  @date $Date: 2004-04-16 02:18:57 $
    1313 *
    1414 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    4545 */
    4646void psAbort(
    47     char *name,   /**< Source of abort such as file or function detected */
    48     char *fmt,    /**< A printf style formatting statement defining msg */
     47    const char* name,                   ///< Source of abort such as file or function detected
     48    const char* fmt,                    ///< A printf style formatting statement defining msg
    4949    ...
    5050);
Note: See TracChangeset for help on using the changeset viewer.