Changeset 1ebc1a62 in mainline for uspace/app/sbi/src/parse_t.h


Ignore:
Timestamp:
2010-03-29T20:30:29Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a95310e
Parents:
5da468e
Message:

Update SBI to rev. 157.

File:
1 edited

Legend:

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

    r5da468e r1ebc1a62  
    4040        /** Module currently being parsed */
    4141        struct stree_module *cur_mod;
     42
     43        /** @c b_true if an error occured. */
     44        bool_t error;
     45
     46        /** @c b_true if bailing out due to an error. */
     47        bool_t error_bailout;
    4248} parse_t;
    4349
Note: See TracChangeset for help on using the changeset viewer.