IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 16, 2020, 1:54:47 PM (6 years ago)
Author:
tdeboer
Message:

revert to working Ohana build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libohana/src/isolate_elements.c

    r41176 r41340  
    186186  if (!strncmp (c, "+",  1)) return (TRUE);
    187187  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);
    188193
    189194  if (!strncmp (c, "(",  1)) return (TRUE);
     
    198203  if (!strncmp (c, "<=", 2)) return (TRUE);
    199204  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);
    207205
    208206  return (FALSE);
     
    220218  if (!strncmp (c, "<=", 2)) return (TRUE);
    221219  if (!strncmp (c, ">=", 2)) return (TRUE);
    222   if (!strncmp (c, "<~", 2)) return (TRUE);
    223   if (!strncmp (c, "~>", 2)) return (TRUE);
    224220
    225221  return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.