IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 27, 2006, 10:43:47 AM (20 years ago)
Author:
eugene
Message:

added last, next, return, fixed continue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/ListOps.c

    r10647 r10846  
    150150  if (strcmp (comm, "if")) goto escape;
    151151
    152   /* if (cond) break does not define a complete block */
    153   if ((temp != NULL) && !strcmp (temp, "break")) goto escape;
     152  /* if (cond) (command) does not define a complete block */
     153  if (temp != NULL) goto escape;
    154154
    155155  if (temp != NULL) free (temp);
Note: See TracChangeset for help on using the changeset viewer.