Changeset 38aaacc2 in mainline for uspace/app/sbi/src/builtin_t.h


Ignore:
Timestamp:
2010-04-23T21:41:10Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f4f866c
Parents:
074444f
Message:

Update SBI to rev. 207.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/builtin_t.h

    r074444f r38aaacc2  
    4343        struct stree_symbol *gf_class;
    4444
    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 */
    4652        struct stree_csi *error_nilreference;
    4753
    48         /** Error class for out-of-bounds array access. */
     54        /** Error class for out-of-bounds array access */
    4955        struct stree_csi *error_outofbounds;
    5056} builtin_t;
Note: See TracChangeset for help on using the changeset viewer.