Changeset ecb6ac32 in mainline for uspace/app/sbi/src/builtin_t.h
- Timestamp:
- 2010-04-04T22:32:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0a72efc
- Parents:
- 73060801 (diff), 23de644 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin_t.h
r73060801 recb6ac32 42 42 /** Grandfather object */ 43 43 struct stree_symbol *gf_class; 44 45 /** Error class for nil reference access. */ 46 struct stree_csi *error_nilreference; 47 48 /** Error class for out-of-bounds array access. */ 49 struct stree_csi *error_outofbounds; 44 50 } builtin_t; 45 51
Note:
See TracChangeset
for help on using the changeset viewer.