IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 8, 2008, 11:27:16 AM (18 years ago)
Author:
eugene
Message:

temporary comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c

    r16459 r16890  
    124124        /* push operator on OP stack */
    125125        assign_stack (&op_stack[Nop_stack], argv[i], type);
     126        // fprintf (stderr, "push %s\n", op_stack[Nop_stack].name);
    126127        Nop_stack ++;
    127128        break;
     
    138139          goto cleanup;
    139140        }
     141        // delete the '(' from op_stack:
     142        // fprintf (stderr, "pop %s\n", op_stack[j].name);
     143        clear_stack (&op_stack[j]);
    140144        Nop_stack --;
    141145        break;
Note: See TracChangeset for help on using the changeset viewer.