Changeset 41142
- Timestamp:
- Nov 26, 2019, 1:08:59 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20191011/Ohana/src/libohana/src/isolate_elements.c
r40291 r41142 186 186 if (!strncmp (c, "+", 1)) return (TRUE); 187 187 if (!strncmp (c, "-", 1)) return (TRUE); 188 if (!strncmp (c, "&", 1)) return (TRUE);189 if (!strncmp (c, "|", 1)) return (TRUE);190 191 if (!strncmp (c, "<", 1)) return (TRUE);192 if (!strncmp (c, ">", 1)) return (TRUE);193 188 194 189 if (!strncmp (c, "(", 1)) return (TRUE); … … 203 198 if (!strncmp (c, "<=", 2)) return (TRUE); 204 199 if (!strncmp (c, ">=", 2)) return (TRUE); 200 if (!strncmp (c, "<~", 2)) return (TRUE); 201 if (!strncmp (c, "~>", 2)) return (TRUE); 202 203 if (!strncmp (c, "<", 1)) return (TRUE); 204 if (!strncmp (c, ">", 1)) return (TRUE); 205 if (!strncmp (c, "&", 1)) return (TRUE); 206 if (!strncmp (c, "|", 1)) return (TRUE); 205 207 206 208 return (FALSE); … … 218 220 if (!strncmp (c, "<=", 2)) return (TRUE); 219 221 if (!strncmp (c, ">=", 2)) return (TRUE); 222 if (!strncmp (c, "<~", 2)) return (TRUE); 223 if (!strncmp (c, "~>", 2)) return (TRUE); 220 224 221 225 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
