Changeset c9797067 in mainline for uspace/app/bithenge/script.c


Ignore:
Timestamp:
2012-08-09T21:18:40Z (12 years ago)
Author:
Sean Bartell <wingedtachikoma@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0153c87
Parents:
05f5fbf
Message:

Bithenge: initial FAT script, "in" outside expression transforms, and bugfixes

File:
1 edited

Legend:

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

    r05f5fbf rc9797067  
    485485                }
    486486
     487                next_token(state);
     488
    487489                bithenge_expression_t *expr;
    488490                rc = bithenge_param_expression(&expr, i);
     
    491493                        return NULL;
    492494                }
    493 
    494                 next_token(state);
    495 
    496495                return expr;
    497496        } else if (state->token == '.') {
Note: See TracChangeset for help on using the changeset viewer.