IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 14, 2004, 10:01:52 AM (22 years ago)
Author:
desonia
Message:

Updated files in src/collections to use new psError functionality. Also
cleaned up the code where needed, removing unnecessary error conditions,
etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/collections/psList.c

    r1747 r1807  
    1 
    21/** @file psList.c
    32 *  @brief Support for doubly linked lists
     
    76 *  @author Robert Daniel DeSonia, MHPCC
    87 *
    9  *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
    10  *  @date $Date: 2004-09-09 02:23:27 $
     8 *  @version $Revision: 1.19 $ $Name: not supported by cvs2svn $
     9 *  @date $Date: 2004-09-14 20:01:52 $
    1110 *
    1211 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    2423#include "psTrace.h"
    2524#include "psLogMsg.h"
     25
     26#include "psCollectionsErrors.h"
    2627
    2728#define ITER_INIT_HEAD ((void *)1)         // next iteration should return head
Note: See TracChangeset for help on using the changeset viewer.