Changeset 36489 for trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
- Timestamp:
- Feb 6, 2014, 12:43:34 PM (12 years ago)
- Location:
- trunk/Ohana/src/opihi
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
lib.shell/convert_to_RPN.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20131211/Ohana/src/opihi (added) merged: 36387,36398-36399,36449,36469,36480
- Property svn:mergeinfo changed
-
trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c
r36375 r36489 30 30 if (!strcmp (argv[i], "abs")) { type = ST_UNARY; goto gotit; } 31 31 if (!strcmp (argv[i], "int")) { type = ST_UNARY; goto gotit; } 32 if (!strcmp (argv[i], "floor")) { type = ST_UNARY; goto gotit; } 33 if (!strcmp (argv[i], "round")) { type = ST_UNARY; goto gotit; } 34 if (!strcmp (argv[i], "ceil")) { type = ST_UNARY; goto gotit; } 35 if (!strcmp (argv[i], "rint")) { type = ST_UNARY; goto gotit; } 32 36 if (!strcmp (argv[i], "exp")) { type = ST_UNARY; goto gotit; } 33 37 if (!strcmp (argv[i], "ten")) { type = ST_UNARY; goto gotit; }
Note:
See TracChangeset
for help on using the changeset viewer.
