Ignore:
File:
1 edited

Legend:

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

    r074444f r38aaacc2  
    9898        ancr_module_process(program, program->module);
    9999
     100        /* Bind internal interpreter references to symbols. */
     101        builtin_bind(program->builtin);
     102
     103        /* Resolve ancestry. */
     104        ancr_module_process(program, program->module);
     105
    100106        /* Construct typing context. */
    101107        stype.program = program;
Note: See TracChangeset for help on using the changeset viewer.