IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

moved global List into ListOps.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/opihi/lib.shell/macro_create.c

    r7917 r10647  
    6060
    6161  /* 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.
    6363     Otherwise, read from the current list
    6464     End when we hit the final "END" (the true END -- we count macro defines!!) */
    6565     
    6666  depth = 0;
    67   ThisList = Nlists;
     67  ThisList = current_list_depth();
    6868  for (i = 0, done = FALSE; !done; ) {
    6969
Note: See TracChangeset for help on using the changeset viewer.