- Timestamp:
- Apr 8, 2022, 5:01:57 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20220316/Ohana/src/opihi/lib.shell/evaluate_stack.c
r42080 r42165 67 67 if (stack[0].type == ST_VECTOR) { 68 68 /* need to make a copy so we set output value? */ 69 V_unary (&tmp_stack, &stack[0], "="); 69 if (stack->vector->type == OPIHI_STR) { 70 L_unary (&tmp_stack, &stack[0], "="); 71 } else { 72 V_unary (&tmp_stack, &stack[0], "="); 73 } 70 74 move_stack (&stack[0], &tmp_stack); 71 75 return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
