Changeset 883fedc in mainline for uspace/app/sbi/src/builtin_t.h
- Timestamp:
- 2010-04-23T23:09:56Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 37c9fc8
- Parents:
- 80badbe (diff), 6c39a907 (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
r80badbe r883fedc 43 43 struct stree_symbol *gf_class; 44 44 45 /** Error class for nil reference access. */ 45 /** Boxed variants of primitive types */ 46 struct stree_symbol *boxed_bool; 47 struct stree_symbol *boxed_char; 48 struct stree_symbol *boxed_int; 49 struct stree_symbol *boxed_string; 50 51 /** Error class for nil reference access */ 46 52 struct stree_csi *error_nilreference; 47 53 48 /** Error class for out-of-bounds array access .*/54 /** Error class for out-of-bounds array access */ 49 55 struct stree_csi *error_outofbounds; 50 56 } builtin_t;
Note:
See TracChangeset
for help on using the changeset viewer.