Changeset 14178 for trunk/Ohana/src/opihi/cmd.basic/run_for.c
- Timestamp:
- Jul 12, 2007, 2:27:08 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c
r11084 r14178 91 91 if (loop_break) break; 92 92 } 93 /* 'last' and 'next' should only affect one loop */ 93 94 loop_last = loop_next = FALSE; 94 /* 'last' and 'next' should only affect one loop */ 95 96 /* break should propagate up if auto_break is set */ 97 loop_break = FALSE; 95 98 if (auto_break && !status) loop_break = TRUE; 96 99
Note:
See TracChangeset
for help on using the changeset viewer.
