Changeset 38aaacc2 in mainline for uspace/app/sbi/src/builtin/bi_error.c
- Timestamp:
- 2010-04-23T21:41:10Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f4f866c
- Parents:
- 074444f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin/bi_error.c
r074444f r38aaacc2 36 36 #include "bi_error.h" 37 37 38 /** Declare error class hierarchy. */ 38 /** Declare error class hierarchy. 39 * 40 * @param bi Builtin object 41 */ 39 42 void bi_error_declare(builtin_t *bi) 40 43 { … … 57 60 "end\n");} 58 61 59 /** Bind error class hierarchy. */ 62 /** Bind error class hierarchy. 63 * 64 * @param bi Builtin object 65 */ 60 66 void bi_error_bind(builtin_t *bi) 61 67 {
Note:
See TracChangeset
for help on using the changeset viewer.