Changes in uspace/app/sbi/src/builtin_t.h [23de644:4204ad9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/sbi/src/builtin_t.h
r23de644 r4204ad9 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;50 44 } builtin_t; 51 45
Note:
See TracChangeset
for help on using the changeset viewer.