Changeset 4392 for trunk/psLib/src/collections/psList.c
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psList.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psList.c
r4367 r4392 6 6 * @author Robert Daniel DeSonia, MHPCC 7 7 * 8 * @version $Revision: 1.3 8$ $Name: not supported by cvs2svn $9 * @date $Date: 2005-06-2 3 03:50:29$8 * @version $Revision: 1.39 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2005-06-25 02:02:05 $ 10 10 * 11 11 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 129 129 psList* list = psAlloc(sizeof(psList)); 130 130 131 psMemSetDeallocator(list, (psFreeF cn) listFree);131 psMemSetDeallocator(list, (psFreeFunc) listFree); 132 132 133 133 list->size = 0; … … 153 153 psListIterator* iter = psAlloc(sizeof(psListIterator)); 154 154 155 psMemSetDeallocator(iter, (psFreeF cn) listIteratorFree);155 psMemSetDeallocator(iter, (psFreeFunc) listIteratorFree); 156 156 157 157 // initialize the attributes
Note:
See TracChangeset
for help on using the changeset viewer.
