Changeset 4392 for trunk/psLib/test/collections
- Timestamp:
- Jun 24, 2005, 4:02:05 PM (21 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 4 edited
-
tst_psHash01.c (modified) (1 diff)
-
tst_psHash02.c (modified) (1 diff)
-
tst_psHash03.c (modified) (1 diff)
-
tst_psHash04.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/tst_psHash01.c
r3690 r4392 21 21 { 22 22 ID *id = psAlloc(sizeof(ID)); 23 psMemSetDeallocator(id,(psFreeF cn)IdFree);23 psMemSetDeallocator(id,(psFreeFunc)IdFree); 24 24 id->name = psStringCopy(name); 25 25 -
trunk/psLib/test/collections/tst_psHash02.c
r3690 r4392 24 24 { 25 25 ID *id = psAlloc(sizeof(ID)); 26 psMemSetDeallocator(id,(psFreeF cn)IdFree);26 psMemSetDeallocator(id,(psFreeFunc)IdFree); 27 27 id->name = psStringCopy(name); 28 28 -
trunk/psLib/test/collections/tst_psHash03.c
r3690 r4392 26 26 27 27 id = psAlloc(sizeof(ID)); 28 psMemSetDeallocator(id,(psFreeF cn)IdFree);28 psMemSetDeallocator(id,(psFreeFunc)IdFree); 29 29 30 30 id->name = psStringCopy(name); -
trunk/psLib/test/collections/tst_psHash04.c
r3690 r4392 19 19 { 20 20 ID *id = psAlloc(sizeof(ID)); 21 psMemSetDeallocator(id,(psFreeF cn)IdFree);21 psMemSetDeallocator(id,(psFreeFunc)IdFree); 22 22 23 23 id->name = psStringCopy(name);
Note:
See TracChangeset
for help on using the changeset viewer.
