Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/main.c

    r38aaacc2 r074444f  
    9292                return 1;
    9393
    94         /* Resolve ancestry. */
    95         ancr_module_process(program, program->module);
    96 
    97         /* Bind internal interpreter references to symbols. */
    98         builtin_bind(program->builtin);
    99 
    10094        /* Process all source files specified in command-line arguments. */
    10195        while (argc > 0) {
Note: See TracChangeset for help on using the changeset viewer.