Changeset ad5c8a48 in mainline for uspace/app/bithenge/expression.h


Ignore:
Timestamp:
2012-08-07T21:35:50Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a66ea217
Parents:
c12b2ae
Message:

Bithenge: add expressions with binary operators

File:
1 edited

Legend:

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

    rc12b2ae rad5c8a48  
    9292
    9393typedef enum {
     94        BITHENGE_EXPRESSION_INVALID_BINARY_OP,
     95        BITHENGE_EXPRESSION_ADD,
     96        BITHENGE_EXPRESSION_SUBTRACT,
     97        BITHENGE_EXPRESSION_MULTIPLY,
    9498        BITHENGE_EXPRESSION_EQUALS,
    9599} bithenge_binary_op_t;
Note: See TracChangeset for help on using the changeset viewer.