Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/imode.c

    r074444f r23de644  
    4747#include "list.h"
    4848#include "mytypes.h"
    49 #include "program.h"
    5049#include "rdata.h"
    5150#include "stree.h"
     
    9190        builtin_declare(program);
    9291
    93         /* Process the library. */
    94         if (program_lib_process(program) != EOK)
    95                 exit(1);
    96 
    9792        /* Resolve ancestry. */
    9893        ancr_module_process(program, program->module);
     
    135130                parse.error = b_false;
    136131                stype.error = b_false;
    137                 run.thread_ar->exc_payload = NULL;
    138                 run.thread_ar->bo_mode = bm_none;
    139132
    140133                input_new_interactive(&input);
Note: See TracChangeset for help on using the changeset viewer.