IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2005, 8:53:03 AM (22 years ago)
Author:
eugene
Message:

added lgamma, atan2

File:
1 edited

Legend:

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

    r2598 r3029  
    147147  if (!strncmp (c, "-",  1)) return (TRUE);
    148148  if (!strncmp (c, "^",  1)) return (TRUE);
     149  if (!strncmp (c, "@",  1)) return (TRUE);
    149150  if (!strncmp (c, "(",  1)) return (TRUE);
    150151  if (!strncmp (c, ")",  1)) return (TRUE);
     
    152153  if (!strncmp (c, "|",  1)) return (TRUE);
    153154  if (!strncmp (c, ">",  1)) return (TRUE);
     155  if (!strncmp (c, "<",  1)) return (TRUE);
    154156  if (!strncmp (c, "<",  1)) return (TRUE);
    155157  if (!strncmp (c, "<<", 2)) return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.