Changeset 3029 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Jan 18, 2005, 8:53:03 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r2598 r3029 48 48 if (!strcmp (argv[i], "dacos")) { type = 7; goto gotit; } 49 49 if (!strcmp (argv[i], "datan")) { type = 7; goto gotit; } 50 51 if (!strcmp (argv[i], "lgamma")) { type = 7; goto gotit; } 52 50 53 if (!strcmp (argv[i], "rnd")) { type = 7; goto gotit; } 51 54 if (!strcmp (argv[i], "xramp")) { type = 7; goto gotit; } … … 60 63 /* binary operations */ 61 64 if (!strcmp (argv[i], "^")) { type = 6; goto gotit; } 65 if (!strcmp (argv[i], "@")) { type = 5; goto gotit; } 62 66 63 67 if (!strcmp (argv[i], "<")) { type = 5; goto gotit; }
Note:
See TracChangeset
for help on using the changeset viewer.
