Changeset 31667 for trunk/Ohana/src/opihi/cmd.basic/run_while.c
- Timestamp:
- Jun 22, 2011, 12:40:23 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/cmd.basic/run_while.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/cmd.basic/run_while.c
r27491 r31667 25 25 /* get the next line (from correct place) */ 26 26 if (ThisList == 0) 27 input = readline (prompt);27 input = opihi_readline (prompt); 28 28 else 29 29 input = get_next_listentry (ThisList); … … 44 44 } 45 45 } 46 if (ThisList == 0) ohana_memregister (input);47 46 48 47 /* test for new macro (or other list, in the future?) */
Note:
See TracChangeset
for help on using the changeset viewer.
