Changes in uspace/app/sbi/src/imode.c [074444f:23de644] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/imode.c
r074444f r23de644 47 47 #include "list.h" 48 48 #include "mytypes.h" 49 #include "program.h"50 49 #include "rdata.h" 51 50 #include "stree.h" … … 91 90 builtin_declare(program); 92 91 93 /* Process the library. */94 if (program_lib_process(program) != EOK)95 exit(1);96 97 92 /* Resolve ancestry. */ 98 93 ancr_module_process(program, program->module); … … 135 130 parse.error = b_false; 136 131 stype.error = b_false; 137 run.thread_ar->exc_payload = NULL;138 run.thread_ar->bo_mode = bm_none;139 132 140 133 input_new_interactive(&input);
Note:
See TracChangeset
for help on using the changeset viewer.