Changeset 1ebc1a62 in mainline for uspace/app/sbi/src/parse_t.h
- Timestamp:
- 2010-03-29T20:30:29Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a95310e
- Parents:
- 5da468e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/parse_t.h
r5da468e r1ebc1a62 40 40 /** Module currently being parsed */ 41 41 struct stree_module *cur_mod; 42 43 /** @c b_true if an error occured. */ 44 bool_t error; 45 46 /** @c b_true if bailing out due to an error. */ 47 bool_t error_bailout; 42 48 } parse_t; 43 49
Note:
See TracChangeset
for help on using the changeset viewer.