Changeset 37f527b in mainline for uspace/app/sbi/src/stype.c


Ignore:
Timestamp:
2010-03-26T21:55:23Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4204ad9
Parents:
b535aeb
Message:

Update SBI to rev. 144.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/sbi/src/stype.c

    rb535aeb r37f527b  
    5454
    5555static void stype_block(stype_t *stype, stree_block_t *block);
    56 static void stype_stat(stype_t *stype, stree_stat_t *stat);
    5756
    5857static void stype_vdecl(stype_t *stype, stree_vdecl_t *vdecl_s);
     
    253252
    254253/** Type statement */
    255 static void stype_stat(stype_t *stype, stree_stat_t *stat)
     254void stype_stat(stype_t *stype, stree_stat_t *stat)
    256255{
    257256#ifdef DEBUG_TYPE_TRACE
Note: See TracChangeset for help on using the changeset viewer.