Changeset 883fedc in mainline for uspace/app/sbi/src/main.c
- Timestamp:
- 2010-04-23T23:09:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37c9fc8
- Parents:
- 80badbe (diff), 6c39a907 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/main.c
r80badbe r883fedc 92 92 return 1; 93 93 94 /* Resolve ancestry. */ 95 ancr_module_process(program, program->module); 96 97 /* Bind internal interpreter references to symbols. */ 98 builtin_bind(program->builtin); 99 94 100 /* Process all source files specified in command-line arguments. */ 95 101 while (argc > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.