Changeset f85ca3f in mainline for uspace/app/bithenge/transform.c


Ignore:
Timestamp:
2012-07-28T21:25:49Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
84e8a70
Parents:
32eb01b
Message:

Bithenge: add expressions that use the current node being created

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/transform.c

    r32eb01b rf85ca3f  
    552552        node->blob = bithenge_node_as_blob(in);
    553553        *out = struct_as_node(node);
     554        bithenge_node_inc_ref(*out);
     555        bithenge_scope_set_current_node(&node->scope, *out);
    554556        return EOK;
    555557}
Note: See TracChangeset for help on using the changeset viewer.