Changeset 38441 for trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/evaluate_stack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
r38062 r38441 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.
