Changeset 40234
- Timestamp:
- Dec 3, 2017, 5:55:03 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ohana.20170822/src/libohana/src/isolate_elements.c
r40013 r40234 171 171 // order matches convert_to_RPN.c 172 172 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 174 177 175 178 if (!strncmp (c, "^", 1)) return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
