Changeset b8d45e9e in mainline for uspace/app/bithenge/expression.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/expression.c

    rcb4a66d2 rb8d45e9e  
    670670 * @param expr The boolean expression to evaluate.
    671671 * @param true_xform The transform to apply if the expression is true.
    672  * @param false_xform The transform to apply if the expression is false. */
     672 * @param false_xform The transform to apply if the expression is false.
     673 * @return EOK on success or an error code from errno.h. */
    673674int bithenge_if_transform(bithenge_transform_t **out,
    674675    bithenge_expression_t *expr, bithenge_transform_t *true_xform,
Note: See TracChangeset for help on using the changeset viewer.