Changes in uspace/app/sbi/src/main.c [074444f:38aaacc2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/main.c
r074444f r38aaacc2 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.