Changes in uspace/app/sbi/src/builtin_t.h [38aaacc2:23de644] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin_t.h
r38aaacc2 r23de644 43 43 struct stree_symbol *gf_class; 44 44 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 */ 45 /** Error class for nil reference access. */ 52 46 struct stree_csi *error_nilreference; 53 47 54 /** Error class for out-of-bounds array access */48 /** Error class for out-of-bounds array access. */ 55 49 struct stree_csi *error_outofbounds; 56 50 } builtin_t;
Note:
See TracChangeset
for help on using the changeset viewer.