Changeset 23de644 in mainline for uspace/app/sbi/src/builtin_t.h
- 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_t.h
r3aae4e8 r23de644 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.