Changeset 446 for trunk/archive/pslib/src/Utils/dlist.c
- Timestamp:
- Apr 19, 2004, 9:41:51 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/src/Utils/dlist.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/src/Utils/dlist.c
r390 r446 313 313 } 314 314 315 psVoidPtrArray *restrict arr = psVoidPtrArrayAlloc(dlist->n , dlist->n);315 psVoidPtrArray *restrict arr = psVoidPtrArrayAlloc(dlist->n); 316 316 317 317 psDlistElem *ptr = dlist->head;
Note:
See TracChangeset
for help on using the changeset viewer.
