IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 10:15:41 PM (20 years ago)
Author:
eugene
Message:

moved global List into ListOps.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/cmd.basic/run_for.c

    r7917 r10647  
    2727  /* read in loop */
    2828  depth = 0;
    29   ThisList = Nlists;
     29  ThisList = current_list_depth();
    3030  for (i = 0, done = FALSE; !done; ) {
    3131
     
    104104
    105105/*
    106   If we are entering at the keyboard (Nlists == 0), use readline.
     106  If we are entering at the keyboard (ThisList == 0), use readline.
    107107  Otherwise, read from the current list, remove list lines.
    108108  execute when we hit the final "END" (the true END -- we count macro defines!!)
Note: See TracChangeset for help on using the changeset viewer.