IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40234


Ignore:
Timestamp:
Dec 3, 2017, 5:55:03 AM (9 years ago)
Author:
eugene
Message:

do not treat an embedded colon as a token to split : part of a variable name

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ohana.20170822/src/libohana/src/isolate_elements.c

    r40013 r40234  
    171171  // order matches convert_to_RPN.c
    172172  if (!strncmp (c, "?",  1)) return (TRUE);
    173   if (!strncmp (c, ":",  1)) return (TRUE);
     173
     174  // if (!strncmp (c, ":",  1)) return (TRUE);
     175
     176  // do not include : in this list: an unisolated colon acts as a modifier
    174177
    175178  if (!strncmp (c, "^",  1)) return (TRUE);
Note: See TracChangeset for help on using the changeset viewer.