Changeset 38441 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Jun 12, 2015, 6:18:23 PM (11 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/opihi/lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/ohana.20150429 merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r38062 r38441 58 58 if (!strcmp (argv[i], "lgamma")) { type = ST_UNARY; goto gotit; } 59 59 if (!strcmp (argv[i], "rnd")) { type = ST_UNARY; goto gotit; } 60 if (!strcmp (argv[i], "drnd")) { type = ST_UNARY; goto gotit; } 61 if (!strcmp (argv[i], "lrnd")) { type = ST_UNARY; goto gotit; } 62 if (!strcmp (argv[i], "mrnd")) { type = ST_UNARY; goto gotit; } 60 63 if (!strcmp (argv[i], "xramp")) { type = ST_UNARY; goto gotit; } 61 64 if (!strcmp (argv[i], "yramp")) { type = ST_UNARY; goto gotit; }
Note:
See TracChangeset
for help on using the changeset viewer.
