Changeset 10647 for trunk/Ohana/src/opihi/cmd.basic/run_for.c
- Timestamp:
- Dec 11, 2006, 10:15:41 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_for.c
r7917 r10647 27 27 /* read in loop */ 28 28 depth = 0; 29 ThisList = Nlists;29 ThisList = current_list_depth(); 30 30 for (i = 0, done = FALSE; !done; ) { 31 31 … … 104 104 105 105 /* 106 If we are entering at the keyboard ( Nlists== 0), use readline.106 If we are entering at the keyboard (ThisList == 0), use readline. 107 107 Otherwise, read from the current list, remove list lines. 108 108 execute when we hit the final "END" (the true END -- we count macro defines!!)
Note:
See TracChangeset
for help on using the changeset viewer.
