Changeset 12308
- Timestamp:
- Mar 7, 2007, 5:51:11 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/types/psList.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/types/psList.h
r12306 r12308 5 5 * @author Robert Daniel DeSonia, MHPCC 6 6 * 7 * @version $Revision: 1.4 3$ $Name: not supported by cvs2svn $8 * @date $Date: 2007-03-08 03: 36:05$7 * @version $Revision: 1.44 $ $Name: not supported by cvs2svn $ 8 * @date $Date: 2007-03-08 03:51:11 $ 9 9 * 10 10 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 285 285 #define PS_ASSERT_LIST_ITERATOR_NON_NULL(NAME, RVAL) \ 286 286 if (!(NAME) || !(NAME)->list || !(NAME)->list->iterators || (NAME)->list->n < 0 || \ 287 (!(NAME)->cursor && (NAME)->list->head) || (NAME)->index < 0) { \287 (!(NAME)->cursor && (NAME)->list->head)) { \ 288 288 psError(PS_ERR_BAD_PARAMETER_VALUE, true, \ 289 289 "Error: List iterator %s or one of its components is NULL.", \
Note:
See TracChangeset
for help on using the changeset viewer.
