IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 6, 2005, 10:29:08 AM (21 years ago)
Author:
eugene
Message:

fixed multicommand to parse subcommands sequentially, added modulus operator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/convert_to_RPN.c

    r4306 r4462  
    6868    if (!strcmp (argv[i], "/"))      { type = 7; goto gotit; }
    6969    if (!strcmp (argv[i], "*"))      { type = 7; goto gotit; }
     70    if (!strcmp (argv[i], "%"))      { type = 7; goto gotit; }
    7071
    7172    if (!strcmp (argv[i], "+"))      { type = 6; goto gotit; }
Note: See TracChangeset for help on using the changeset viewer.