Changes in / [6a97f2e:5e718d9] in mainline


Ignore:
Location:
uspace
Files:
5 added
1 edited

Legend:

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

    r6a97f2e r5e718d9  
    106106
    107107        /* Check types and get values. */
     108        /* Assigning 0 only to make the compiler happy. */
    108109        bithenge_int_t a_int = 0, b_int = 0;
    109110        bool a_bool = false, b_bool = false, out_bool = false;
Note: See TracChangeset for help on using the changeset viewer.