Changeset 39e8406 in mainline for uspace/app/sbi/src/main.c
- Timestamp:
- 2010-03-20T21:57:13Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b535aeb
- Parents:
- 6ba20a6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/main.c
r6ba20a6b r39e8406 36 36 #include "strtab.h" 37 37 #include "stree.h" 38 #include "stype.h" 38 39 #include "input.h" 39 40 #include "lex.h" … … 49 50 parse_t parse; 50 51 stree_program_t *program; 52 stype_t stype; 51 53 run_t run; 52 54 int rc; … … 78 80 ancr_module_process(program, parse.cur_mod); 79 81 82 /* Type program. */ 83 stype.program = program; 84 stype_module(&stype, program->module); 85 80 86 /* Run program. */ 81 87 run_init(&run);
Note:
See TracChangeset
for help on using the changeset viewer.