Changeset 15006
- Timestamp:
- Sep 24, 2007, 6:57:57 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
r9194 r15006 67 67 } 68 68 69 status = FALSE; 69 70 TWO_OP ("M","M",MM_binary); 70 71 TWO_OP ("M","V",MV_binary); … … 81 82 82 83 if (!status) { 84 sprintf (line, "syntax error: invalid operand for binary operation: %s or %s\n", stack[i-1].name, stack[i-2].name); 85 push_error (line); 83 86 free (tmp_stack.name); 84 87 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
