- Timestamp:
- Jan 19, 2022, 6:39:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20211108/Ohana/src/opihi/lib.shell/evaluate_stack.c
r41363 r41991 124 124 THREE_OP (ST_SCALAR_INT,SSS_trinary); 125 125 126 /* there are no valid unary string operators */126 /* there are no valid trinary string operators */ 127 127 snprintf (line, 512, "invalid operands for trinary operator %s (mismatch types?)\n(Note that the : in a trinary operation must be protected by spaces)", stack[i].name); 128 128 push_error (line); … … 260 260 ONE_OP (ST_SCALAR_FLT, S_unary); 261 261 262 /* there are no valid unary string operators */ 262 ONE_OP (ST_STRING, W_unary); 263 263 264 snprintf (line, 512, "invalid operand for unary operator %s (undefined value?)", stack[i].name); 264 265 push_error (line);
Note:
See TracChangeset
for help on using the changeset viewer.
