Changeset b8d45e9e in mainline for uspace/app/bithenge/script.c


Ignore:
Timestamp:
2012-08-02T21:06:59Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0f8062a4
Parents:
cb4a66d2
Message:

Bithenge: make each transform definition have its own scope

File:
1 edited

Legend:

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

    rcb4a66d2 rb8d45e9e  
    785785        expect(state, ';');
    786786
    787         if (state->error == EOK && state->num_params) {
    788                 int rc = bithenge_new_param_transform(&xform, xform,
     787        if (state->error == EOK) {
     788                int rc = bithenge_new_scope_transform(&xform, xform,
    789789                    state->num_params);
    790790                if (rc != EOK) {
Note: See TracChangeset for help on using the changeset viewer.