Changeset 10652 for trunk/Ohana/src/opihi/pcontrol/QueueOps.c
- Timestamp:
- Dec 12, 2006, 1:17:11 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/pcontrol/QueueOps.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/pcontrol/QueueOps.c
r3203 r10652 7 7 void *object; 8 8 9 ASSERT (stack != NULL, "stack missing"); 10 9 11 /* STACK_TOP == 0, STACK_BOTTOM == -1 */ 10 12 /* this code correctly handles the negative 'where' and Nobject == 0 */ … … 25 27 26 28 int i; 29 30 ASSERT (stack != NULL, "stack missing"); 27 31 28 32 /* STACK_TOP == 0, STACK_BOTTOM == -1 */
Note:
See TracChangeset
for help on using the changeset viewer.
