- Timestamp:
- Jun 6, 2015, 10:03:56 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20150429/src/opihi/lib.shell/evaluate_stack.c
r38062 r38406 115 115 116 116 /* there are no valid unary string operators */ 117 push_error ("invalid operands for trinary operator (mismatch types?)"); 117 snprintf (line, 512, "invalid operands for trinary operator %s (mismatch types?)", stack[i].name); 118 push_error (line); 118 119 clear_stack (&tmp_stack); 119 120 return (FALSE); … … 210 211 211 212 /* there are no valid unary string operators */ 212 push_error ("syntax error: no valid string unary ops"); 213 snprintf (line, 512, "invalid operand for unary operator %s (undefined value?)", stack[i].name); 214 push_error (line); 213 215 clear_stack (&tmp_stack); 214 216 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
