Changeset 681a985 in mainline for uspace/lib/bithenge/expression.h


Ignore:
Timestamp:
2012-08-17T04:30:42Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3a7356dc
Parents:
b224a3e
Message:

Bithenge: move library to uspace/lib

File:
1 moved

Legend:

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

    rb224a3e r681a985  
    7373                return;
    7474        assert(self->ops);
     75        assert(self->refs > 0);
    7576        if (--self->refs == 0)
    7677                self->ops->destroy(self);
Note: See TracChangeset for help on using the changeset viewer.