Changeset 4136 for trunk/psLib/src/collections/psHash.c
- Timestamp:
- Jun 7, 2005, 12:37:52 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/psHash.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/psHash.c
r4135 r4136 12 12 * @author GLG, MHPCC 13 13 * 14 * @version $Revision: 1.1 6$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06-07 22:3 6:48$14 * @version $Revision: 1.17 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-07 22:37:52 $ 16 16 * 17 17 * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii … … 25 25 #include "psTrace.h" 26 26 #include "psError.h" 27 #include "psConstants.h" 27 28 28 29 #include "psCollectionsErrors.h" … … 367 368 const char *key) // key to lookup 368 369 { 369 PS_ASSERT_PTR_NON_NULL(table, false);370 PS_ASSERT_PTR_NON_NULL(key, false);370 PS_ASSERT_PTR_NON_NULL(table, NULL); 371 PS_ASSERT_PTR_NON_NULL(key, NULL); 371 372 372 373 return doHashWork(table, key, NULL, false);
Note:
See TracChangeset
for help on using the changeset viewer.
