Changeset 41340 for trunk/Ohana/src/libohana/src/isolate_elements.c
- Timestamp:
- Apr 16, 2020, 1:54:47 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libohana/src/isolate_elements.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libohana/src/isolate_elements.c
r41176 r41340 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); 188 193 189 194 if (!strncmp (c, "(", 1)) return (TRUE); … … 198 203 if (!strncmp (c, "<=", 2)) return (TRUE); 199 204 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);207 205 208 206 return (FALSE); … … 220 218 if (!strncmp (c, "<=", 2)) return (TRUE); 221 219 if (!strncmp (c, ">=", 2)) return (TRUE); 222 if (!strncmp (c, "<~", 2)) return (TRUE);223 if (!strncmp (c, "~>", 2)) return (TRUE);224 220 225 221 return (FALSE);
Note:
See TracChangeset
for help on using the changeset viewer.
