IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 24, 2005, 3:44:00 PM (21 years ago)
Author:
eugene
Message:

allow quoted strings in math

File:
1 edited

Legend:

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

    r2843 r3318  
    7272      TWO_OP ("S","S",SS_binary);     
    7373      TWO_OP ("W","W",WW_binary);     
     74      TWO_OP ("W","S",WW_binary);     
     75      TWO_OP ("S","W",WW_binary);     
    7476     
    7577      /*
     
    9698      */
    9799
    98       /* string op number is not valid */
     100      /* string op number is not valid
    99101      if (!strncasecmp (&stack[i - 2].type, "W", 1) && strncasecmp (&stack[i - 1].type, "W", 1)) {
    100102        free (tmp_stack.name);
     
    104106        free (tmp_stack.name);
    105107        return (FALSE);
    106       }
     108      } */
    107109
    108110      if (!status) {
Note: See TracChangeset for help on using the changeset viewer.