Changes in uspace/app/sbi/src/main.c [38aaacc2:074444f] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/main.c
r38aaacc2 r074444f 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 100 94 /* Process all source files specified in command-line arguments. */ 101 95 while (argc > 0) {
Note:
See TracChangeset
for help on using the changeset viewer.