Changeset 23de644 in mainline for uspace/app/sbi/src/builtin.c
- Timestamp:
- 2010-04-04T22:31:01Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 074444f, ecb6ac32
- Parents:
- 3aae4e8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin.c
r3aae4e8 r23de644 41 41 #include <assert.h> 42 42 #include "ancr.h" 43 #include "builtin/bi_error.h" 43 44 #include "builtin/bi_fun.h" 44 45 #include "builtin/bi_textfile.h" … … 86 87 */ 87 88 89 bi_error_declare(bi); 88 90 bi_fun_declare(bi); 89 91 bi_textfile_declare(bi); … … 92 94 ancr_module_process(program, program->module); 93 95 96 bi_error_bind(bi); 94 97 bi_fun_bind(bi); 95 98 bi_textfile_bind(bi);
Note:
See TracChangeset
for help on using the changeset viewer.