IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 31, 2011, 8:03:14 AM (15 years ago)
Author:
eugene
Message:

updates to use ohana malloc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20110505/Ohana/src/opihi/cmd.basic/run_while.c

    r27491 r31590  
    2525    /* get the next line (from correct place) */
    2626    if (ThisList == 0)
    27       input = readline (prompt);
     27      input = opihi_readline (prompt);
    2828    else
    2929      input = get_next_listentry (ThisList);
     
    4444      }
    4545    }
    46     if (ThisList == 0) ohana_memregister (input);
    4746
    4847    /* test for new macro (or other list, in the future?) */
Note: See TracChangeset for help on using the changeset viewer.