Changeset 3c70376 in mainline for uspace/app/bithenge/script.c


Ignore:
Timestamp:
2012-08-09T04:57:22Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c54f5d0
Parents:
0b60d2d
Message:

Bithenge: move compound transforms to separate file; fix warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bithenge/script.c

    r0b60d2d r3c70376  
    3838#include <stdio.h>
    3939#include <stdlib.h>
     40#include "compound.h"
    4041#include "expression.h"
    4142#include "os.h"
     
    537538                        next_token(state);
    538539                        bithenge_expression_t *start = parse_expression(state);
    539                         bool absolute_limit;
     540                        bool absolute_limit = false;
    540541                        if (state->token == ',') {
    541542                                absolute_limit = false;
Note: See TracChangeset for help on using the changeset viewer.