Changeset 10846 for trunk/Ohana/src/opihi/lib.shell/ListOps.c
- Timestamp:
- Dec 27, 2006, 10:43:47 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/ListOps.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/ListOps.c
r10647 r10846 150 150 if (strcmp (comm, "if")) goto escape; 151 151 152 /* if (cond) breakdoes 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; 154 154 155 155 if (temp != NULL) free (temp);
Note:
See TracChangeset
for help on using the changeset viewer.
