IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 12, 2006, 1:17:11 AM (20 years ago)
Author:
eugene
Message:

adding ASSERTs all over

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/pcontrol/QueueOps.c

    r3203 r10652  
    77  void *object;
    88 
     9  ASSERT (stack != NULL, "stack missing");
     10
    911  /* STACK_TOP == 0, STACK_BOTTOM == -1 */
    1012  /* this code correctly handles the negative 'where' and Nobject == 0 */
     
    2527
    2628  int i;
     29
     30  ASSERT (stack != NULL, "stack missing");
    2731
    2832  /* STACK_TOP == 0, STACK_BOTTOM == -1 */
Note: See TracChangeset for help on using the changeset viewer.