Changeset 10647 for trunk/Ohana/src/opihi/lib.shell/macro_create.c
- Timestamp:
- Dec 11, 2006, 10:15:41 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/macro_create.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/macro_create.c
r7917 r10647 60 60 61 61 /* read in macro 62 If we are entering at the keyboard ( Nlists== 0), use readline.62 If we are entering at the keyboard (ThisList == 0), use readline. 63 63 Otherwise, read from the current list 64 64 End when we hit the final "END" (the true END -- we count macro defines!!) */ 65 65 66 66 depth = 0; 67 ThisList = Nlists;67 ThisList = current_list_depth(); 68 68 for (i = 0, done = FALSE; !done; ) { 69 69
Note:
See TracChangeset
for help on using the changeset viewer.
