Changeset 42389 for trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
- Timestamp:
- Feb 8, 2023, 12:17:35 PM (3 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/evaluate_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
r42080 r42389 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.
