Changeset 6250 for trunk/Ohana/src/opihi/lib.shell/check_stack.c
- Timestamp:
- Jan 29, 2006, 9:59:45 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c
r6249 r6250 14 14 stack[i].Float = strtod (stack[i].name, &c); 15 15 if (c == stack[i].name + strlen (stack[i].name)) { 16 # if (0)17 if (Nstack == 1) {18 stack[i].type = 'W';19 } else {20 stack[i].ptr = &(stack[i].Float);21 stack[i].type = 'S';22 }23 # endif24 16 stack[i].ptr = &(stack[i].Float); 25 17 stack[i].type = 'S'; … … 71 63 /* this is not a scalar, vector, or matrix. must be string */ 72 64 stack[i].type = 'W'; 73 74 /* let's not consider this an error75 sprintf (line, "unknown object %s", stack[i].name);76 push_error (line);77 return (-1);78 */79 65 } 80 66 }
Note:
See TracChangeset
for help on using the changeset viewer.
