Changeset 4462 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Jul 6, 2005, 10:29:08 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r4306 r4462 68 68 if (!strcmp (argv[i], "/")) { type = 7; goto gotit; } 69 69 if (!strcmp (argv[i], "*")) { type = 7; goto gotit; } 70 if (!strcmp (argv[i], "%")) { type = 7; goto gotit; } 70 71 71 72 if (!strcmp (argv[i], "+")) { type = 6; goto gotit; }
Note:
See TracChangeset
for help on using the changeset viewer.
