- Timestamp:
- Mar 5, 2015, 2:04:08 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/Ohana/src/opihi/lib.shell/evaluate_stack.c
r36375 r37955 121 121 got_three_op: 122 122 if (!status) { 123 snprintf (line, 512, "syntax error: invalid operand for binary operation: %s or %s or %s\n", stack[i-1].name, stack[i-2].name, stack[i-3].name);123 snprintf (line, 512, "syntax error: invalid operand for trinary operation: %s or %s or %s\n", stack[i-1].name, stack[i-2].name, stack[i-3].name); 124 124 push_error (line); 125 125 clear_stack (&tmp_stack);
Note:
See TracChangeset
for help on using the changeset viewer.
