Changeset 6249 for trunk/Ohana/src/opihi/lib.shell/check_stack.c
- Timestamp:
- Jan 29, 2006, 9:36:21 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/check_stack.c
r4689 r6249 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 # endif 16 24 stack[i].ptr = &(stack[i].Float); 17 25 stack[i].type = 'S';
Note:
See TracChangeset
for help on using the changeset viewer.
