- Timestamp:
- Nov 8, 2017, 9:54:15 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana/src/libohana/src/isolate_elements.c
r40013 r40205 171 171 // order matches convert_to_RPN.c 172 172 if (!strncmp (c, "?", 1)) return (TRUE); 173 if (!strncmp (c, ":", 1)) return (TRUE);173 // if (!strncmp (c, ":", 1)) return (TRUE); 174 174 175 175 if (!strncmp (c, "^", 1)) return (TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
