Changeset 34088 for trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
- Timestamp:
- Jun 26, 2012, 11:46:01 AM (14 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/evaluate_stack.c
r20936 r34088 12 12 int evaluate_stack (StackVar *stack, int *Nstack) { 13 13 14 int i, j, Nvar, Nout,status;14 int i, j, status; 15 15 char line[512]; // this is only used to report an error 16 16 StackVar tmp_stack; 17 Nout = Nvar = 0;18 17 19 18 status = TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.
