Changeset 6e34bd0 in mainline for uspace/app/bithenge/transform.h


Ignore:
Timestamp:
2012-07-28T00:02:20Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
03cad47
Parents:
5a7c0e6
Message:

Bithenge: add expressions

File:
1 edited

Legend:

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

    r5a7c0e6 r6e34bd0  
    101101                return ENOMEM;
    102102        scope->num_params = num_params;
     103        for (int i = 0; i < num_params; i++)
     104                scope->params[i] = NULL;
    103105        return EOK;
    104106}
Note: See TracChangeset for help on using the changeset viewer.